We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 52ce970 commit 485df6bCopy full SHA for 485df6b
.github/workflows/ci.yml
@@ -857,7 +857,7 @@ jobs:
857
gecho " - ghcr.io/${{ github.repository }}:{{ .Tag }}-arm64"
858
859
if [[ "${{ inputs.release-docker-major }}" == "true" ]]; then
860
- gecho " - ghcr.io/${{ github.repository }}:v{{ .Major }-arm64"
+ gecho " - ghcr.io/${{ github.repository }}:v{{ .Major }}-arm64"
861
fi
862
863
if [[ "${{ inputs.release-docker-minor }}" == "true" ]]; then
0 commit comments