Fix Dockerfile path (#180)

This commit is contained in:
regisss 2024-07-04 16:25:49 +02:00 committed by GitHub
parent 7c582f6bfc
commit d282470a3d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -50,7 +50,7 @@ jobs:
uses: docker/build-push-action@v4 uses: docker/build-push-action@v4
with: with:
context: . context: .
file: ../../Dockerfile file: Dockerfile
push: true push: true
platforms: 'linux/amd64' platforms: 'linux/amd64'
tags: ${{ steps.meta.outputs.tags }} tags: ${{ steps.meta.outputs.tags }}