Add username/password to docker image resource.
This commit is contained in:
parent
31aad6ef5f
commit
6c798da8ae
1 changed files with 2 additions and 0 deletions
|
@ -16,6 +16,8 @@ resources:
|
||||||
source:
|
source:
|
||||||
repository: redxef/nginx-envsubst
|
repository: redxef/nginx-envsubst
|
||||||
tag: latest
|
tag: latest
|
||||||
|
username: ((docker.username))
|
||||||
|
password: ((docker.password))
|
||||||
|
|
||||||
resource_types:
|
resource_types:
|
||||||
- name: oci-image
|
- name: oci-image
|
||||||
|
|
Loading…
Reference in a new issue