oops
Some checks failed
Docker Build / publish_api (push) Failing after 43s

This commit is contained in:
Lea 2024-01-24 11:40:49 +01:00
parent e86b3486fe
commit ef1c0cbf20
Signed by: Lea
GPG key ID: 1BAFFE8347019C42

View file

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