changing names of steps to clarify the intent of the steps.

pull/2740/head
Stefen Allen 2023-06-22 11:35:55 -06:00
parent 7f9ea1e05e
commit dede34e807
No known key found for this signature in database
GPG Key ID: C790682BBBE0BEAB
1 changed files with 2 additions and 2 deletions

View File

@ -18,7 +18,7 @@ jobs:
# Need to remove export version once rancher/charts gets the latest version # Need to remove export version once rancher/charts gets the latest version
# of charts-build-script binary. # of charts-build-script binary.
- name: Generate Regsync - name: Generate Regsync Config
run: | run: |
export CHARTS_BUILD_SCRIPT_VERSION=v0.4.2 export CHARTS_BUILD_SCRIPT_VERSION=v0.4.2
make pull-scripts make pull-scripts
@ -29,7 +29,7 @@ jobs:
curl --silent --fail --location --output 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 chmod +x regsync
- name: Sync Images - name: Sync Images to Registry
run: | run: |
head regsync.yaml head regsync.yaml
time ./regsync once --config regsync.yaml time ./regsync once --config regsync.yaml