Merge pull request #2740 from rancher/eio-regsync-testing

Eio regsync testing
pull/2744/head
Sakala Venkata Krishna Rohit 2023-06-23 14:27:45 -07:00 committed by GitHub
commit 44b5a55842
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 4 deletions

View File

@ -17,7 +17,8 @@ jobs:
# Need to remove export version once rancher/charts gets the latest version
# of charts-build-script binary.
- name: Generate Regsync
- name: Generate Regsync Config
run: |
export CHARTS_BUILD_SCRIPT_VERSION=v0.4.2
make pull-scripts
@ -25,12 +26,13 @@ jobs:
- name: Install Regsync
run: |
curl -o regsync https://github.com/regclient/regclient/releases/download/v0.4.8/regsync-linux-amd64
curl --silent --fail --location --output regsync https://github.com/regclient/regclient/releases/download/v0.4.8/regsync-linux-amd64
chmod +x regsync
- name: Sync Charts
- name: Sync Images to Registry
run: |
time ./regsync -v debug check --config regsync.yaml
head regsync.yaml
time ./regsync once --config regsync.yaml
env:
REGISTRY_ENDPOINT: ${{ secrets.REGISTRY_ENDPOINT }}
REGISTRY_USERNAME: ${{ secrets.REGISTRY_USERNAME }}