From afd3af7ca6a46f5169e9e4a08aa4b172b526558e Mon Sep 17 00:00:00 2001 From: Adil Hafeez Date: Wed, 16 Apr 2025 13:08:02 -0700 Subject: [PATCH] fix docker hub release tag source image name --- .github/workflows/docker-push-release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/docker-push-release.yml b/.github/workflows/docker-push-release.yml index ee60e724..63c83689 100644 --- a/.github/workflows/docker-push-release.yml +++ b/.github/workflows/docker-push-release.yml @@ -91,5 +91,5 @@ jobs: run: | # Combine the architecture-specific images into a single manifest docker buildx imagetools create -t ${{ steps.meta.outputs.tags }} \ - ${{ env.DOCKER_IMAGE }}:${{ steps.meta.outputs.tags }}-arm64 \ - ${{ env.DOCKER_IMAGE }}:${{ steps.meta.outputs.tags }}-amd64 + ${{ steps.meta.outputs.tags }}-arm64 \ + ${{ steps.meta.outputs.tags }}-amd64