Skip to content

Commit

Permalink
Add missing harbor vars
Browse files Browse the repository at this point in the history
  • Loading branch information
philwebb committed Jan 19, 2024
1 parent 580865b commit 663a0e6
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions ci/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -478,6 +478,8 @@ jobs:
save_build_info: true
- task: promote
file: git-repo/ci/tasks/promote.yml
vars:
dockerhub-proxy-cache: ((dockerhub-proxy-cache))
params:
RELEASE_TYPE: M
<<: *artifactory-task-params
Expand Down Expand Up @@ -514,6 +516,8 @@ jobs:
<<: *artifactory-task-params
- task: generate-changelog
file: git-repo/ci/tasks/generate-changelog.yml
vars:
dockerhub-proxy-cache: ((dockerhub-proxy-cache))
params:
RELEASE_TYPE: RC
GITHUB_USERNAME: ((github-username))
Expand All @@ -537,6 +541,8 @@ jobs:
threads: 8
- task: promote
file: git-repo/ci/tasks/promote.yml
vars:
dockerhub-proxy-cache: ((dockerhub-proxy-cache))
params:
RELEASE_TYPE: RELEASE
<<: *artifactory-task-params
Expand Down Expand Up @@ -571,6 +577,8 @@ jobs:
save_build_info: true
- task: generate-changelog
file: git-repo/ci/tasks/generate-changelog.yml
vars:
dockerhub-proxy-cache: ((dockerhub-proxy-cache))
params:
RELEASE_TYPE: RELEASE
GITHUB_USERNAME: ((github-username))
Expand Down

0 comments on commit 663a0e6

Please # to comment.