diff --git a/.github/workflows/docker-push-release.yml b/.github/workflows/docker-push-release.yml index 2bd17016..ee60e724 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 }}:arm64 \ - ${{ env.DOCKER_IMAGE }}:amd64 + ${{ env.DOCKER_IMAGE }}:${{ steps.meta.outputs.tags }}-arm64 \ + ${{ env.DOCKER_IMAGE }}:${{ steps.meta.outputs.tags }}-amd64