Skip to content

Commit 68bd03a

Browse files
Migration to icr based registry image completed
1 parent b01e365 commit 68bd03a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.concourse/pipeline.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
meta:
22
artifactory-creds: &artifactory_creds
3-
username: ((delivery-instana-io-internal-project-artifact-read-writer-creds.username))
4-
password: ((delivery-instana-io-internal-project-artifact-read-writer-creds.password))
3+
username: ((icr-api-key.username))
4+
password: ((icr-api-key.password))
55
gh-status_hooks: &gh-status-hooks
66
on_success:
77
put: gh-status
@@ -147,6 +147,6 @@ resource_types:
147147
type: registry-image
148148
check_every: never
149149
source:
150-
repository: delivery.instana.io/int-docker-ci-utility-images-local/cogito-gh-status-resource
151-
tag: 1.0.1-instana
150+
repository: icr.io/instana-int/int-docker-ci-utility-images-local/cogito-gh-status-resource
151+
tag: 1.0.0-instana
152152
<<: *artifactory_creds

0 commit comments

Comments
 (0)