We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e71b25 commit 5219be5Copy full SHA for 5219be5
1 file changed
.github/workflows/dockerhub.yml
@@ -33,7 +33,7 @@ jobs:
33
id: push
34
uses: docker/build-push-action@3b5e8027fcad23fda98b2e3ac259d8d67585f671
35
with:
36
- context: /.github/workflows
+ context: .github/workflows
37
file: .github/workflows/Dockerfile
38
push: true
39
tags: ${{ steps.meta.outputs.tags }}
0 commit comments