We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1be2846 commit ac6f79aCopy full SHA for ac6f79a
.github/workflows/docker-build-push.yml
@@ -44,7 +44,7 @@ jobs:
44
id: push
45
uses: docker/build-push-action@f2a1d5e99d037542a71f64918e516c093c6f3fc4
46
with:
47
- context: docker/.
+ context: .
48
push: true
49
tags: ${{ steps.meta.outputs.tags }}
50
labels: ${{ steps.meta.outputs.labels }}
0 commit comments