diff --git a/.github/workflows/docker-push-release.yml b/.github/workflows/docker-push-release.yml index 4c6bf7c3..2bd17016 100644 --- a/.github/workflows/docker-push-release.yml +++ b/.github/workflows/docker-push-release.yml @@ -27,7 +27,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 @@ -57,7 +57,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 @@ -85,7 +85,7 @@ jobs: with: images: ${{ env.DOCKER_IMAGE }} tags: | - type=ref,event=tag + type=raw,value={{tag}} - name: Create Multi-Arch Manifest run: |