Added script for spliting image list into smaller chunks.

pull/3118/head
Stefen Allen 2023-09-15 11:07:32 -06:00 committed by Lucas Lopes
parent eb01c4a7e7
commit 1b673a6d00
1 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
# Generate-Regsync-Config action will checkout release-v2.7 branch, run make regsync target and
# creates a pull request from rancherbot/charts or rancher/charts release-v2.7 branch with any image additions
# to regsync config file. This action is triggered whenever something is pushed into release-v2.7 branch.
# Generate-Regsync-Config action will run for every PR into release-v2.7 branch only after an approval is given
# It will run make target to generate regsync file and add a commit to the PR updating the regsync file.
# It will then install and run regsync client and do the prime image mirroring.
name: Generate-Regsync-Config