mirror of https://git.rancher.io/charts
changing names of steps to clarify the intent of the steps.
parent
7f9ea1e05e
commit
dede34e807
|
@ -18,7 +18,7 @@ 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
|
||||
|
@ -29,7 +29,7 @@ jobs:
|
|||
curl --silent --fail --location --output regsync https://github.com/regclient/regclient/releases/download/v0.4.8/regsync-linux-amd64
|
||||
chmod +x regsync
|
||||
|
||||
- name: Sync Images
|
||||
- name: Sync Images to Registry
|
||||
run: |
|
||||
head regsync.yaml
|
||||
time ./regsync once --config regsync.yaml
|
||||
|
|
Loading…
Reference in New Issue