Skip to content

Commit

Permalink
fix: Use calculate_image_uri
Browse files Browse the repository at this point in the history
  • Loading branch information
ludamad committed Sep 25, 2023
1 parent 2037278 commit c01cae3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-system/scripts/extract_repo
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ set -eu
REPOSITORY=$1
EXTRACT_FROM=${2:-/usr/src}
EXTRACT_TO=${3:-./}
IMAGE_COMMIT_URI=$ECR_DEPLOY_URL/$REPOSITORY:$COMMIT_HASH
IMAGE_COMMIT_URI=$(calculate_image_uri $REPOSITORY)

echo "Pulling $IMAGE_COMMIT_URI..."
retry docker pull $IMAGE_COMMIT_URI > /dev/null 2>&1
Expand Down

0 comments on commit c01cae3

Please sign in to comment.