Pass in harbor auth. Fix param name.
This commit is contained in:
parent
bec62ab1d9
commit
733e1ab876
|
|
@ -14,7 +14,7 @@ spec:
|
||||||
description: Registry to push to.
|
description: Registry to push to.
|
||||||
- name: version
|
- name: version
|
||||||
description: Version for the image.
|
description: Version for the image.
|
||||||
- name: registry-secret-name
|
- name: registry-login-secret-name
|
||||||
description: Name of secret to get credentials for registry from.
|
description: Name of secret to get credentials for registry from.
|
||||||
workspaces:
|
workspaces:
|
||||||
- name: source
|
- name: source
|
||||||
|
|
|
||||||
|
|
@ -63,6 +63,8 @@ spec:
|
||||||
value: harbor.internal.jpace121.net/library
|
value: harbor.internal.jpace121.net/library
|
||||||
- name: version
|
- name: version
|
||||||
value: $(tasks.image-build.results.version-string)
|
value: $(tasks.image-build.results.version-string)
|
||||||
|
- name: registry-login-secret-name
|
||||||
|
value: harbor-login
|
||||||
taskRef:
|
taskRef:
|
||||||
name: j7s-os-buildah
|
name: j7s-os-buildah
|
||||||
- name: deploy-image
|
- name: deploy-image
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue