Upgrade registry-image-resource in CI pipelines to 1.5.0
Closes gh-30408
This commit is contained in:
parent
5deb8d7edc
commit
64138a138f
|
|
@ -86,6 +86,11 @@ anchors:
|
||||||
docker-hub-mirror-username: ((docker-hub-mirror-username))
|
docker-hub-mirror-username: ((docker-hub-mirror-username))
|
||||||
docker-hub-mirror-password: ((docker-hub-mirror-password))
|
docker-hub-mirror-password: ((docker-hub-mirror-password))
|
||||||
resource_types:
|
resource_types:
|
||||||
|
- name: registry-image
|
||||||
|
type: registry-image
|
||||||
|
source:
|
||||||
|
repository: concourse/registry-image-resource
|
||||||
|
tag: 1.5.0
|
||||||
- name: artifactory-resource
|
- name: artifactory-resource
|
||||||
type: registry-image
|
type: registry-image
|
||||||
source:
|
source:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue