We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 80bd0d2 commit 6478236Copy full SHA for 6478236
.github/workflows/docker-publish.yml
@@ -70,6 +70,7 @@ jobs:
70
id: build-and-push
71
uses: docker/build-push-action@v6
72
with:
73
+ push: true
74
context: .
75
tags: ${{ steps.meta.outputs.tags }}
76
labels: ${{ steps.meta.outputs.labels }}
0 commit comments