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.
2 parents 8572f6d + 3f4c55f commit ebd7824Copy full SHA for ebd7824
.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