From 7dd19a2897c7b01ad95056f2d5c63dcf5b097d28 Mon Sep 17 00:00:00 2001 From: Adil Hafeez Date: Wed, 16 Apr 2025 12:07:47 -0700 Subject: [PATCH] fix a bit more --- .github/workflows/docker-push-release.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/docker-push-release.yml b/.github/workflows/docker-push-release.yml index 1a53df97..12183a4c 100644 --- a/.github/workflows/docker-push-release.yml +++ b/.github/workflows/docker-push-release.yml @@ -30,7 +30,7 @@ jobs: with: images: ${{ env.DOCKER_IMAGE }} tags: | - type=ref,event=tag + type=raw,value={{tag}} - name: Build and Push ARM64 Image uses: docker/build-push-action@v5 @@ -39,7 +39,7 @@ jobs: file: ./arch/Dockerfile platforms: linux/arm64 push: true - tags: ${{ steps.meta.outputs.tags }}-arm64 + tags: ${{ steps.meta.outputs.tags }} # Build AMD64 image on GitHub's AMD64 runner build-amd64: @@ -60,7 +60,7 @@ jobs: with: images: ${{ env.DOCKER_IMAGE }} tags: | - type=ref,event=tag + type=raw,value={{tag}} - name: Build and Push AMD64 Image uses: docker/build-push-action@v5 @@ -88,7 +88,7 @@ jobs: with: images: ${{ env.DOCKER_IMAGE }} tags: | - type=ref,event=tag + type=raw,value={{tag}} - name: Create Multi-Arch Manifest run: |