We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fac4600 commit 954a962Copy full SHA for 954a962
1 file changed
.github/workflows/docker-publish.yml
@@ -78,6 +78,7 @@ jobs:
78
uses: docker/build-push-action@v5
79
with:
80
context: .
81
+ file: docker/Dockerfile
82
platforms: linux/amd64,linux/arm64
83
push: ${{ github.event_name != 'pull_request' }}
84
tags: ${{ steps.meta.outputs.tags }}
0 commit comments