Skip to content

Commit 485df6b

Browse files
committed
Fix yet more brackets.
1 parent 52ce970 commit 485df6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -857,7 +857,7 @@ jobs:
857857
gecho " - ghcr.io/${{ github.repository }}:{{ .Tag }}-arm64"
858858
859859
if [[ "${{ inputs.release-docker-major }}" == "true" ]]; then
860-
gecho " - ghcr.io/${{ github.repository }}:v{{ .Major }-arm64"
860+
gecho " - ghcr.io/${{ github.repository }}:v{{ .Major }}-arm64"
861861
fi
862862
863863
if [[ "${{ inputs.release-docker-minor }}" == "true" ]]; then

0 commit comments

Comments
 (0)