File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -800,7 +800,7 @@ jobs:
800
800
gecho " - \"--build-arg=ARCH=amd64\""
801
801
gecho " - \"--build-arg=PLATFORM=linux/amd64\""
802
802
gecho " image_templates:"
803
- gecho " - ghcr.io/${{ github.repository }}:{{ .Tag }-amd64"
803
+ gecho " - ghcr.io/${{ github.repository }}:{{ .Tag }} -amd64"
804
804
805
805
if [[ "${{ inputs.release-docker-major }}" == "true" ]]; then
806
806
gecho " - ghcr.io/${{ github.repository }}:v{{ .Major }}-amd64"
@@ -906,7 +906,7 @@ jobs:
906
906
gecho " - ghcr.io/${{ github.repository }}:{{ .Tag }}-amd64"
907
907
fi
908
908
if [[ "${{ inputs.release-arch-arm64 }}" == "true" ]]; then
909
- gecho " - ghcr.io/${{ github.repository }}:{{ .Tag }-arm64"
909
+ gecho " - ghcr.io/${{ github.repository }}:{{ .Tag }} -arm64"
910
910
fi
911
911
912
912
if [[ "${{ inputs.release-docker-major }}" == "true" ]]; then
You can’t perform that action at this time.
0 commit comments