Skip to content

Commit

Permalink
nits: test retag for all arch
Browse files Browse the repository at this point in the history
Signed-off-by: segunjkf <[email protected]>
  • Loading branch information
segunjkf committed Jun 24, 2024
1 parent 7aedf59 commit 326afe2
Showing 1 changed file with 8 additions and 9 deletions.
17 changes: 8 additions & 9 deletions .github/workflows/tag-latest-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +37,11 @@ jobs:
- name: Inspect builder
run: docker buildx inspect --bootstrap

- name: Pull and retag image
run: |
docker pull blockopsnetwork/telescope:2024-06-24-1d0217f
docker buildx imagetools create --tag blockopsnetwork/telescope:2024-06-24-1d0217f blockopsnetwork/telescope:edge
- name: Push image
run: |
docker images
docker push blockopsnetwork/telescope:edge
- name: Pull the original image
run: docker pull blockopsnetwork/telescope:2024-06-24-1d0217f

- name: Create new multi-arch image with new tag
run: docker buildx imagetools create --tag blockopsnetwork/telescope:edge blockopsnetwork/telescope:2024-06-24-1d0217f

- name: Push the newly tagged image
run: docker push blockopsnetwork/telescope:edge

0 comments on commit 326afe2

Please sign in to comment.