Skip to content

Commit

Permalink
Update mirror.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
gdams authored Aug 14, 2024
1 parent d514027 commit 6ef89e7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/mirror.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,12 +48,11 @@ jobs:
continue
fi
TEMP_TAG="${TARGET_REGISTRY}/${SOURCE_IMAGE}:${tag}-${arch}"
TEMP_TAG="${SOURCE_IMAGE}:${tag}-${arch}"
# Try pulling the image for the specific architecture
if docker pull --platform=$platform ${SOURCE_IMAGE}:$tag; then
docker tag ${SOURCE_IMAGE}:$tag $TEMP_TAG
docker push $TEMP_TAG
ARCH_IMAGES+=("$TEMP_TAG")
else
echo "Skipping $platform for $tag - no matching manifest."
Expand Down

0 comments on commit 6ef89e7

Please sign in to comment.