From ea7af97f6b0d5e9336493bbffdd3ac765a7ff362 Mon Sep 17 00:00:00 2001 From: jorgensd Date: Sun, 19 Jan 2025 13:51:33 +0100 Subject: [PATCH] Revert platform tags --- .github/workflows/publish_docker.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish_docker.yml b/.github/workflows/publish_docker.yml index cdb4f8b9..35f2ebff 100644 --- a/.github/workflows/publish_docker.yml +++ b/.github/workflows/publish_docker.yml @@ -60,7 +60,7 @@ jobs: id: build uses: docker/build-push-action@v6 with: - platforms: ${{ matrix.os }} + platforms: ${{ env.ARCH_TAG }} labels: ${{ steps.meta.outputs.labels }} outputs: type=image,"name=${{ env.REGISTRY }}/${{ env.IMAGE_NAME}}",push-by-digest=true,name-canonical=true,push=true @@ -73,7 +73,7 @@ jobs: - name: Upload digest uses: actions/upload-artifact@v4 with: - name: digests-${{ matrix.os }} + name: digests-${{ env.ARCH_TAG }} path: ${{ runner.temp }}/digests/* if-no-files-found: error retention-days: 1