Use 'registry-image' instead of 'docker-image'

This commit is contained in:
Kris De Volder
2022-05-03 11:21:56 -07:00
parent ed22a8ecb2
commit bd15a4bd6a

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))