Skip to content

Commit

Permalink
changing names of steps to clarify the intent of the steps.
Browse files Browse the repository at this point in the history
  • Loading branch information
Hypertrophik committed Jun 22, 2023
1 parent 7f9ea1e commit dede34e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/regsync-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit dede34e

Please sign in to comment.