From 098c72bdc78def8cbb4b5bfc3a4b99a6f8d58b82 Mon Sep 17 00:00:00 2001 From: James Ward Date: Wed, 31 Jan 2024 07:03:13 -0700 Subject: [PATCH] maybe --- .github/workflows/scenario-server.yaml | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/.github/workflows/scenario-server.yaml b/.github/workflows/scenario-server.yaml index 1c662ac1..055c821b 100644 --- a/.github/workflows/scenario-server.yaml +++ b/.github/workflows/scenario-server.yaml @@ -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