From ac188d137a5cf8fc264070348c0dd8d06de87620 Mon Sep 17 00:00:00 2001 From: Andras Bacsai Date: Thu, 16 Mar 2023 09:32:20 +0100 Subject: [PATCH] test --- .github/workflows/staging-release-ghcr.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/staging-release-ghcr.yml b/.github/workflows/staging-release-ghcr.yml index 4e0dfcff1..bc4e5221f 100644 --- a/.github/workflows/staging-release-ghcr.yml +++ b/.github/workflows/staging-release-ghcr.yml @@ -98,7 +98,7 @@ jobs: images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }} - name: Create & publish manifest run: | - docker buildx imagetools create --append ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{ steps.meta.outputs.tags }}-arm64 --tag ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{ steps.meta.outputs.tags }} + docker buildx imagetools create --append ${{ steps.meta.outputs.tags }}-arm64 --append ${{ steps.meta.outputs.tags }}-arm64 --tag ${{ steps.meta.outputs.tags }} # - uses: sarisia/actions-status-discord@v1 # if: always() # with: