oops
Docker Build / publish_api (push) Failing after 43s Details

Lea 2024-01-24 11:40:49 +01:00
parent e86b3486fe
commit ef1c0cbf20
Signed by: Lea
GPG Key ID: 1BAFFE8347019C42
1 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,7 @@ jobs:
uses: actions/docker-build-push-action@v3
with:
context: .
file: ./api/Dockerfile
file: ./Dockerfile
platforms: linux/amd64,linux/arm64
push: ${{ github.event_name != 'pull_request' }}
tags: ${{ steps.meta.outputs.tags }}