Replace most 'docker-image' with 'registry-image'

This commit is contained in:
Kris De Volder
2022-05-03 11:37:17 -07:00
parent bd15a4bd6a
commit 0e4da3a0a3
15 changed files with 16 additions and 57 deletions

View File

@@ -4,7 +4,7 @@ outputs:
- name: out
platform: linux
image_resource:
type: docker-image
type: registry-image
source:
username: ((docker_hub_username))
password: ((docker_hub_password))

View File

@@ -8,7 +8,7 @@ outputs:
- name: website
platform: linux
image_resource:
type: docker-image
type: registry-image
source:
username: ((docker_hub_username))
password: ((docker_hub_password))

View File

@@ -5,7 +5,7 @@ outputs:
- name: out
platform: linux
image_resource:
type: docker-image
type: registry-image
source:
username: ((docker_hub_username))
password: ((docker_hub_password))

View File

@@ -11,7 +11,7 @@ params:
wiki_page_file_name: Current-VSCode-Releases
platform: linux
image_resource:
type: docker-image
type: registry-image
source:
username: ((docker_hub_username))
password: ((docker_hub_password))

View File

@@ -6,7 +6,7 @@ outputs:
- name: maven-out
platform: linux
image_resource:
type: docker-image
type: registry-image
source:
username: ((docker_hub_username))
password: ((docker_hub_password))

View File

@@ -1,6 +1,6 @@
platform: linux
image_resource:
type: docker-image
type: registry-image
source:
username: ((docker_hub_username))
password: ((docker_hub_password))

View File

@@ -5,7 +5,7 @@ platform: linux
run:
path: sts4/concourse/tasks/publish-vsix-releases.sh
image_resource:
type: docker-image
type: registry-image
source:
username: ((docker_hub_username))
password: ((docker_hub_password))

View File

@@ -8,7 +8,7 @@ platform: linux
run:
path: sts4/concourse/tasks/publish-ovsx-releases.sh
image_resource:
type: docker-image
type: registry-image
source:
username: ((docker_hub_username))
password: ((docker_hub_password))

View File

@@ -8,7 +8,7 @@ platform: linux
run:
path: sts4/concourse/tasks/publish-vsix-releases.sh
image_resource:
type: docker-image
type: registry-image
source:
username: ((docker_hub_username))
password: ((docker_hub_password))

View File

@@ -10,7 +10,7 @@ run:
params:
extension_id: undefined_extension_id
image_resource:
type: docker-image
type: registry-image
source:
username: ((docker_hub_username))
password: ((docker_hub_password))

View File

@@ -1,6 +1,6 @@
platform: linux
image_resource:
type: docker-image
type: registry-image
source:
username: ((docker_hub_username))
password: ((docker_hub_password))

View File

@@ -2,7 +2,7 @@ inputs:
- name: sts4
platform: linux
image_resource:
type: docker-image
type: registry-image
source:
username: ((docker_hub_username))
password: ((docker_hub_password))

View File

@@ -6,7 +6,7 @@ outputs:
- name: website
platform: linux
image_resource:
type: docker-image
type: registry-image
source:
username: ((docker_hub_username))
password: ((docker_hub_password))