There was an error while loading. Please reload this page.
1 parent 56f24cc commit d9b0aaeCopy full SHA for d9b0aae
1 file changed
.github/workflows/docker-publish.yml
@@ -59,6 +59,7 @@ jobs:
59
uses: docker/build-push-action@v6
60
with:
61
context: .
62
+ file: Dockerfile
63
push: ${{ github.event_name != 'pull_request' }}
64
tags: ${{ steps.meta.outputs.tags }}
65
labels: ${{ steps.meta.outputs.labels }}
0 commit comments