We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b01e365 commit 68bd03aCopy full SHA for 68bd03a
1 file changed
.concourse/pipeline.yml
@@ -1,7 +1,7 @@
1
meta:
2
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))
+ username: ((icr-api-key.username))
+ password: ((icr-api-key.password))
5
gh-status_hooks: &gh-status-hooks
6
on_success:
7
put: gh-status
@@ -147,6 +147,6 @@ resource_types:
147
type: registry-image
148
check_every: never
149
source:
150
- repository: delivery.instana.io/int-docker-ci-utility-images-local/cogito-gh-status-resource
151
- tag: 1.0.1-instana
+ repository: icr.io/instana-int/int-docker-ci-utility-images-local/cogito-gh-status-resource
+ tag: 1.0.0-instana
152
<<: *artifactory_creds
0 commit comments