Skip to content

Commit

Permalink
maybe
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesward committed Jan 31, 2024
1 parent 6421c49 commit 098c72b
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/scenario-server.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -136,9 +136,7 @@ jobs:
- name: Create latest manifest and push
if: github.ref == 'refs/heads/main'
run: |
docker manifest create \
ghcr.io/${{ github.repository }}:latest \
--amend ghcr.io/${{ github.repository }}:latest-amd64 \
--amend ghcr.io/${{ github.repository }}:latest-aarch64
docker manifest push ghcr.io/${{ github.repository }}:latest
docker buildx imagetools create \
-t ghcr.io/${{ github.repository }}:latest \
ghcr.io/${{ github.repository }}:latest-amd64 \
ghcr.io/${{ github.repository }}:latest-aarch64

0 comments on commit 098c72b

Please sign in to comment.