We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e6136c0 commit ba7d497Copy full SHA for ba7d497
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: ./src
77
- file: Dockerfile
+ context: src
+ file: src/Dockerfile
78
push: ${{ github.event_name != 'pull_request' }}
79
tags: ${{ steps.meta.outputs.tags }}
80
labels: ${{ steps.meta.outputs.labels }}
0 commit comments