Skip to content

Commit 52ce970

Browse files
committed
Fix yet more brackets.
1 parent 67040d9 commit 52ce970

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -800,7 +800,7 @@ jobs:
800800
gecho " - \"--build-arg=ARCH=amd64\""
801801
gecho " - \"--build-arg=PLATFORM=linux/amd64\""
802802
gecho " image_templates:"
803-
gecho " - ghcr.io/${{ github.repository }}:{{ .Tag }-amd64"
803+
gecho " - ghcr.io/${{ github.repository }}:{{ .Tag }}-amd64"
804804
805805
if [[ "${{ inputs.release-docker-major }}" == "true" ]]; then
806806
gecho " - ghcr.io/${{ github.repository }}:v{{ .Major }}-amd64"
@@ -906,7 +906,7 @@ jobs:
906906
gecho " - ghcr.io/${{ github.repository }}:{{ .Tag }}-amd64"
907907
fi
908908
if [[ "${{ inputs.release-arch-arm64 }}" == "true" ]]; then
909-
gecho " - ghcr.io/${{ github.repository }}:{{ .Tag }-arm64"
909+
gecho " - ghcr.io/${{ github.repository }}:{{ .Tag }}-arm64"
910910
fi
911911
912912
if [[ "${{ inputs.release-docker-major }}" == "true" ]]; then

0 commit comments

Comments
 (0)