We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
DockerFile
1 parent 1fd25df commit fe3f4fdCopy full SHA for fe3f4fd
.github/workflows/docker-publish.yml
@@ -75,6 +75,7 @@ jobs:
75
uses: docker/build-push-action@ad44023a93711e3deb337508980b4b5e9bcdc5dc
76
with:
77
context: .
78
+ dockerfile: docker/Dockerfile
79
push: ${{ github.event_name != 'pull_request' }}
80
tags: ${{ steps.meta.outputs.tags }}
81
labels: ${{ steps.meta.outputs.labels }}
0 commit comments