Skip to content

Commit 4e2b277

Browse files
committed
push arm tags around to correct place
1 parent fe44f68 commit 4e2b277

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/ci.yml

+6-6
Original file line numberDiff line numberDiff line change
@@ -851,18 +851,18 @@ jobs:
851851
gecho " - \"--build-arg=ARCH=arm64\""
852852
gecho " - \"--build-arg=PLATFORM=linux/arm64v8\""
853853
gecho " image_templates:"
854-
gecho " - ghcr.io/${{ github.repository }}-arm64:{{ .Tag }}"
854+
gecho " - ghcr.io/${{ github.repository }}:{{ .Tag }}-arm64"
855855
856856
if [[ "${{ inputs.release-docker-major }}" == "true" ]]; then
857-
gecho " - ghcr.io/${{ github.repository }}-arm64:v{{ .Major }}"
857+
gecho " - ghcr.io/${{ github.repository }}:v{{ .Major }-arm64}"
858858
fi
859859
860860
if [[ "${{ inputs.release-docker-minor }}" == "true" ]]; then
861-
gecho " - ghcr.io/${{ github.repository }}-arm64:v{{ .Major }}.{{ .Minor }}"
861+
gecho " - ghcr.io/${{ github.repository }}:v{{ .Major }}.{{ .Minor }}-arm64"
862862
fi
863863
864864
if [[ "${{ inputs.release-docker-latest }}" == "true" ]]; then
865-
gecho " - ghcr.io/${{ github.repository }}-arm64:latest"
865+
gecho " - ghcr.io/${{ github.repository }}:latest-arm64"
866866
fi
867867
868868
if [[ "${{ inputs.release-skip-publish }}" == "--skip-publish" ]]; then
@@ -900,10 +900,10 @@ jobs:
900900
gecho " - name_template: ghcr.io/${{ github.repository }}:{{ .Tag }}"
901901
gecho " image_templates:"
902902
if [[ "${{ inputs.release-arch-amd64 }}" == "true" ]]; then
903-
gecho " - ghcr.io/${{ github.repository }}-amd64:{{ .Tag }}"
903+
gecho " - ghcr.io/${{ github.repository }}:{{ .Tag }}-amd64"
904904
fi
905905
if [[ "${{ inputs.release-arch-arm64 }}" == "true" ]]; then
906-
gecho " - ghcr.io/${{ github.repository }}-arm64:{{ .Tag }}"
906+
gecho " - ghcr.io/${{ github.repository }}:{{ .Tag }-arm64}"
907907
fi
908908
909909
- name: Determine project license(s)

0 commit comments

Comments
 (0)