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.
|
||||
- name: version
|
||||
description: Version for the image.
|
||||
- name: registry-secret-name
|
||||
- name: registry-login-secret-name
|
||||
description: Name of secret to get credentials for registry from.
|
||||
workspaces:
|
||||
- name: source
|
||||
|
|
|
|||
|
|
@ -63,6 +63,8 @@ spec:
|
|||
value: harbor.internal.jpace121.net/library
|
||||
- name: version
|
||||
value: $(tasks.image-build.results.version-string)
|
||||
- name: registry-login-secret-name
|
||||
value: harbor-login
|
||||
taskRef:
|
||||
name: j7s-os-buildah
|
||||
- name: deploy-image
|
||||
|
|
|
|||
Loading…
Reference in New Issue