mirror of https://git.rancher.io/charts
Adds working directory to path and changing find command to loop through split-regsync folder
parent
f1799f0eb4
commit
878b0907d4
|
@ -70,9 +70,10 @@ jobs:
|
|||
|
||||
- name: Sync Images to Registry
|
||||
run: |
|
||||
export PATH=$PATH:$(pwd)
|
||||
head regsync.yaml
|
||||
ruby ./regsync-split.rb
|
||||
time find regsync -type f -name split-regsync.yaml -print -exec time regsync once --config '{}' ';'
|
||||
time find split-regsync -type f -name split-regsync.yaml -print -exec time regsync once --config '{}' ';'
|
||||
env:
|
||||
REGISTRY_ENDPOINT: ${{ secrets.REGISTRY_ENDPOINT }}
|
||||
REGISTRY_USERNAME: ${{ secrets.REGISTRY_USERNAME }}
|
||||
|
|
Loading…
Reference in New Issue