We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8572f6d commit 3f4c55fCopy full SHA for 3f4c55f
.github/workflows/release.yaml
@@ -68,7 +68,7 @@ jobs:
68
builder: ${{ steps.buildx.outputs.name }}
69
context: ./docker-image/
70
platforms: ${{ env.IMAGE_PLATFORMS }}
71
- push: false
+ push: true
72
tags: |
73
ghcr.io/${{ github.repository }}:latest
74
ghcr.io/${{ github.repository }}:${{ needs.generate_infos.outputs.version }}
0 commit comments