Adding in Charts sync step

pull/2736/head
Stefen Allen 2023-06-21 10:49:01 -06:00
parent f673a23a57
commit 0119405243
No known key found for this signature in database
GPG Key ID: C790682BBBE0BEAB
1 changed files with 8 additions and 3 deletions

View File

@ -22,11 +22,16 @@ jobs:
export CHARTS_BUILD_SCRIPT_VERSION=v0.4.2
make pull-scripts
make regsync
- name: Install Regsync
run: |
curl -o regsync https://github.com/regclient/regclient/releases/download/v0.4.8/regsync-linux-amd64
chmod +x regsync
time ./regsync check --config regsync.yaml
- name: Sync Charts
run: |
time ./regsync -v debug check --config regsync.yaml
env:
REGISTRY_ENDPOINT: ${{ secrets.REGISTRY_ENDPOINT }}
REGISTRY_USERNAME: ${{ secrets.REGISTRY_USERNAME }}
REGISTRY_PASSWORD: ${{ secrets.REGISTRY_PASSWORD }}