We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f3a3cca commit e6136c0Copy full SHA for e6136c0
1 file changed
.github/workflows/docker-publish.yml
@@ -73,8 +73,8 @@ jobs:
73
id: build-and-push
74
uses: docker/build-push-action@v6.5.0
75
with:
76
- context: .
77
- file: src/Dockerfile
+ context: ./src
+ file: Dockerfile
78
push: ${{ github.event_name != 'pull_request' }}
79
tags: ${{ steps.meta.outputs.tags }}
80
labels: ${{ steps.meta.outputs.labels }}
0 commit comments