Skip to content

Commit f79c7d0

Browse files
[CI] Avoid Dockerhub rate limiting
1 parent 87106e5 commit f79c7d0

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

ci/tasks/promote.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,9 @@ platform: linux
33
image_resource:
44
type: registry-image
55
source:
6-
repository: harbor-repo.vmware.com/dockerhub-proxy-cache/springio/concourse-release-scripts
6+
repository: ((corporate-harbor-registry))/((docker-hub-organization))/concourse-release-scripts
7+
username: ((corporate-harbor-robot-account.username))
8+
password: ((corporate-harbor-robot-account.password))
79
tag: 0.3.4
810
inputs:
911
- name: git-repo

ci/tasks/sync-to-maven-central.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,9 @@ platform: linux
33
image_resource:
44
type: registry-image
55
source:
6-
repository: harbor-repo.vmware.com/dockerhub-proxy-cache/springio/concourse-release-scripts
6+
repository: ((corporate-harbor-registry))/((docker-hub-organization))/concourse-release-scripts
7+
username: ((corporate-harbor-robot-account.username))
8+
password: ((corporate-harbor-robot-account.password))
79
tag: 0.3.4
810
inputs:
911
- name: git-repo

0 commit comments

Comments
 (0)