Skip to content

Commit 8a4bdc4

Browse files
committed
ci: try to fix broken multi platform build
1 parent efbd180 commit 8a4bdc4

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/image.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,5 @@ jobs:
5454
- name: Retag as latest and push
5555
if: github.event_name != 'pull_request'
5656
run: |
57-
docker pull "$IMG_VERSIONED"
58-
docker tag "$IMG_VERSIONED" ghcr.io/measure-sh/symbolicator:latest
59-
docker push ghcr.io/measure-sh/symbolicator:latest
57+
docker buildx imagetools create ghcr.io/measure-sh/symbolicator:${{ github.sha }} \
58+
-t ghcr.io/measure-sh/symbolicator:latest

0 commit comments

Comments
 (0)