We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8aa68a2 commit e1f5328Copy full SHA for e1f5328
.github/workflows/docker-image.yml
@@ -60,6 +60,7 @@ jobs:
60
id: build-and-push
61
uses: docker/build-push-action@v6
62
with:
63
+ push: true
64
context: .
65
tags: ${{ env.TAGS }}
66
labels: ${{ steps.meta.outputs.labels }}
0 commit comments