Skip to content
This repository was archived by the owner on Jun 23, 2026. It is now read-only.

Commit 4455973

Browse files
committed
push all archs
1 parent 80d5a23 commit 4455973

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,5 @@ jobs:
9292
9393
- name: Retag and push the image
9494
run: |
95-
docker pull "$DOCKER_APP_IMAGE"
96-
echo "$DOCKER_METADATA_OUTPUT_TAGS" | tr ' ' '\n' | xargs -n1 docker tag "$DOCKER_APP_IMAGE"
97-
docker push --all-tags "$(echo "$DOCKER_APP_IMAGE" | cut -f1 -d:)"
95+
echo "$DOCKER_METADATA_OUTPUT_TAGS" | tr ' ' '\n' | \
96+
xargs -I{} docker buildx imagetools create --tag {} "$DOCKER_APP_IMAGE"

0 commit comments

Comments
 (0)