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"
@@ -857,7 +857,7 @@ jobs:
857
857
gecho " - ghcr.io/${{ github.repository }}:{{ .Tag }}-arm64"
858
858
859
859
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"
861
861
fi
862
862
863
863
if [[ "${{ inputs.release-docker-minor }}" == "true" ]]; then
You can’t perform that action at this time.
0 commit comments