test update
This commit is contained in:
@ -5,6 +5,8 @@ metadata:
|
||||
name: docker-build-pipeline
|
||||
namespace: tekton-demo
|
||||
spec:
|
||||
workspaces:
|
||||
- name: docker-config
|
||||
params:
|
||||
- name: git-url
|
||||
type: string
|
||||
@ -17,6 +19,9 @@ spec:
|
||||
- name: build
|
||||
taskRef:
|
||||
name: build-docker-image
|
||||
workspaces:
|
||||
- name: docker-config
|
||||
workspace: docker-config
|
||||
params:
|
||||
- name: git-url
|
||||
value: $(params.git-url)
|
||||
|
||||
Reference in New Issue
Block a user