diff --git a/.github/workflows/regsync-config.yaml b/.github/workflows/regsync-config.yaml index d59cf0c3a..7e773370b 100644 --- a/.github/workflows/regsync-config.yaml +++ b/.github/workflows/regsync-config.yaml @@ -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