mirror of https://git.rancher.io/charts
Adding in Charts sync step
parent
f673a23a57
commit
0119405243
|
@ -22,11 +22,16 @@ jobs:
|
||||||
export CHARTS_BUILD_SCRIPT_VERSION=v0.4.2
|
export CHARTS_BUILD_SCRIPT_VERSION=v0.4.2
|
||||||
make pull-scripts
|
make pull-scripts
|
||||||
make regsync
|
make regsync
|
||||||
|
|
||||||
- name: Install Regsync
|
- name: Install Regsync
|
||||||
run: |
|
run: |
|
||||||
curl -o regsync https://github.com/regclient/regclient/releases/download/v0.4.8/regsync-linux-amd64
|
curl -o regsync https://github.com/regclient/regclient/releases/download/v0.4.8/regsync-linux-amd64
|
||||||
chmod +x regsync
|
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 }}
|
||||||
|
|
Loading…
Reference in New Issue