Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilWindle committed Sep 13, 2023
1 parent f9083d1 commit 6094593
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-system/scripts/build
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ for PARENT in $PARENTS; do
echo "Pulling dependency $PARENT_REPO..."
fetch_image $PARENT_IMAGE_URI
# Tag it to look like an official release as that's what we use in Dockerfiles.
TAG=$ECR_DEPLOY_URL/$PARENT
TAG=$ECR_DEPLOY_URL/$PARENT:latest
echo "Tagging $PARENT_IMAGE_URI as $TAG"
retry docker tag $PARENT_IMAGE_URI $TAG
done
Expand Down

0 comments on commit 6094593

Please sign in to comment.