Skip to content

Commit 7d6ac32

Browse files
committed
Make registry-mirror params available to build-ci-images
1 parent a006b18 commit 7d6ac32

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

ci/pipeline.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -180,6 +180,9 @@ jobs:
180180
image: ci-image
181181
vars:
182182
ci-image-name: ci-image
183+
registry-mirror-host: ((registry-mirror-host))
184+
registry-mirror-username: ((registry-mirror-username))
185+
registry-mirror-password: ((registry-mirror-password))
183186
- put: ci-image
184187
params:
185188
image: ci-image/image.tar

0 commit comments

Comments
 (0)