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.
1 parent 26a1887 commit 35df56cCopy full SHA for 35df56c
1 file changed
.github/workflows/release.yaml
@@ -59,8 +59,7 @@ jobs:
59
id: docker_build
60
uses: docker/build-push-action@v2
61
with:
62
- context: ./src
63
- file: ./src/Dockerfile
+ file: ./Dockerfile
64
push: ${{ github.event_name != 'pull_request' }}
65
tags: ${{ steps.prep.outputs.tags }}
66
labels: |
0 commit comments