File tree 1 file changed +7
-3
lines changed
1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -69,6 +69,10 @@ anchors:
69
69
silent : true
70
70
icon_emoji : " :concourse:"
71
71
username : concourse-ci
72
+ registry-mirror-vars : ®istry-mirror-vars
73
+ registry-mirror-host : ((registry-mirror-host))
74
+ registry-mirror-username : ((registry-mirror-username))
75
+ registry-mirror-password : ((registry-mirror-password))
72
76
resource_types :
73
77
- name : artifactory-resource
74
78
type : registry-image
@@ -180,9 +184,7 @@ jobs:
180
184
image : ci-image
181
185
vars :
182
186
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))
187
+ << : *registry-mirror-vars
186
188
- put : ci-image
187
189
params :
188
190
image : ci-image/image.tar
@@ -428,6 +430,8 @@ jobs:
428
430
RELEASE_TYPE : RELEASE
429
431
GITHUB_USERNAME : ((github-username))
430
432
GITHUB_TOKEN : ((github-ci-release-token))
433
+ vars :
434
+ << : *registry-mirror-vars
431
435
- put : github-release
432
436
params :
433
437
name : generated-changelog/tag
You can’t perform that action at this time.
0 commit comments