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
|
- name: Sync Images to Registry
|
||||||
run: |
|
run: |
|
||||||
|
export PATH=$PATH:$(pwd)
|
||||||
head regsync.yaml
|
head regsync.yaml
|
||||||
ruby ./regsync-split.rb
|
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:
|
env:
|
||||||
REGISTRY_ENDPOINT: ${{ secrets.REGISTRY_ENDPOINT }}
|
REGISTRY_ENDPOINT: ${{ secrets.REGISTRY_ENDPOINT }}
|
||||||
REGISTRY_USERNAME: ${{ secrets.REGISTRY_USERNAME }}
|
REGISTRY_USERNAME: ${{ secrets.REGISTRY_USERNAME }}
|
||||||
|
|
Loading…
Reference in New Issue