Skip to content

Commit

Permalink
filter image sync only by nvcr.io
Browse files Browse the repository at this point in the history
  • Loading branch information
addyess committed Feb 8, 2024
1 parent aea0df9 commit 76b20a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jobs/sync-oci-images/sync-oci-images.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ pipeline {
done
# Clean up dupes by making a sortable list, uniq it, and turn it back to a string
CI_IMAGES=$(echo "${CI_IMAGES}" | xargs -n1 | sort -u | xargs)
CI_IMAGES=$(echo "${CI_IMAGES}" | xargs -n1 | sort -u | grep nvcr.io | xargs)
# All CK CI images live under ./cdk in our registry
TAG_PREFIX=$REGISTRY_URL/cdk
Expand Down

0 comments on commit 76b20a8

Please sign in to comment.