Skip to content

Commit

Permalink
Add prefix of register and repo name to get-ci-images.sh output
Browse files Browse the repository at this point in the history
Signed-off-by: Peter Zhu <zhujiaxi@amazon.com>
  • Loading branch information
peterzhuamazon committed Sep 6, 2023
1 parent 811ec92 commit 7b16020
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/ci/get-ci-images.sh
Original file line number Diff line number Diff line change
Expand Up @@ -69,4 +69,4 @@ if [ -z "$TYPE" ]; then
fi

# Run script
crane ls public.ecr.aws/opensearchstaging/ci-runner | grep -Eo '.*v[0-9]' | sort -r | uniq | grep $PLATFORM-$USAGE-$TYPE
crane ls public.ecr.aws/opensearchstaging/ci-runner | grep -Eo '.*v[0-9]' | sort -r | uniq | grep $PLATFORM-$USAGE-$TYPE | sed 's/^/public.ecr.aws\/opensearchstaging\/ci-runner\:/g'

0 comments on commit 7b16020

Please sign in to comment.