Skip to content

Commit 7aae57d

Browse files
committed
Make registry mirror vars available to milestone and RC releases
1 parent a4ab639 commit 7aae57d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Diff for: ci/pipeline.yml

+4
Original file line numberDiff line numberDiff line change
@@ -365,6 +365,8 @@ jobs:
365365
RELEASE_TYPE: M
366366
GITHUB_USERNAME: ((github-username))
367367
GITHUB_TOKEN: ((github-ci-release-token))
368+
vars:
369+
<<: *registry-mirror-vars
368370
- put: github-pre-release
369371
params:
370372
name: generated-changelog/tag
@@ -394,6 +396,8 @@ jobs:
394396
RELEASE_TYPE: RC
395397
GITHUB_USERNAME: ((github-username))
396398
GITHUB_TOKEN: ((github-ci-release-token))
399+
vars:
400+
<<: *registry-mirror-vars
397401
- put: github-pre-release
398402
params:
399403
name: generated-changelog/tag

0 commit comments

Comments
 (0)