fix source name for docker images (#467)

This commit is contained in:
Adil Hafeez 2025-04-16 12:24:17 -07:00 committed by GitHub
parent e17d5fb2eb
commit 3eb438550a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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 }}:arm64 \
${{ env.DOCKER_IMAGE }}:amd64
${{ env.DOCKER_IMAGE }}:${{ steps.meta.outputs.tags }}-arm64 \
${{ env.DOCKER_IMAGE }}:${{ steps.meta.outputs.tags }}-amd64