fix docker hub release tag source image name

This commit is contained in:
Adil Hafeez 2025-04-16 13:08:02 -07:00
parent 3eb438550a
commit afd3af7ca6
No known key found for this signature in database
GPG key ID: 9B18EF7691369645

View file

@ -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