Skip to content

Commit 1b0f7b8

Browse files
committed
add amd64
1 parent 6a73209 commit 1b0f7b8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -797,18 +797,18 @@ jobs:
797797
gecho " - \"--build-arg=ARCH=amd64\""
798798
gecho " - \"--build-arg=PLATFORM=linux/amd64\""
799799
gecho " image_templates:"
800-
gecho " - ghcr.io/${{ github.repository }}:{{ .Tag }}"
800+
gecho " - ghcr.io/${{ github.repository }}:{{ .Tag }-amd64}"
801801
802802
if [[ "${{ inputs.release-docker-major }}" == "true" ]]; then
803-
gecho " - ghcr.io/${{ github.repository }}:v{{ .Major }}"
803+
gecho " - ghcr.io/${{ github.repository }}:v{{ .Major }}-amd64"
804804
fi
805805
806806
if [[ "${{ inputs.release-docker-minor }}" == "true" ]]; then
807-
gecho " - ghcr.io/${{ github.repository }}:v{{ .Major }}.{{ .Minor }}"
807+
gecho " - ghcr.io/${{ github.repository }}:v{{ .Major }}.{{ .Minor }}-amd64"
808808
fi
809809
810810
if [[ "${{ inputs.release-docker-latest }}" == "true" ]]; then
811-
gecho " - ghcr.io/${{ github.repository }}:latest"
811+
gecho " - ghcr.io/${{ github.repository }}:latest-amd64"
812812
fi
813813
814814
if [[ "${{ inputs.release-skip-publish }}" == "--skip-publish" ]]; then

0 commit comments

Comments
 (0)