update
This commit is contained in:
@ -8,6 +8,7 @@ spec:
|
||||
params:
|
||||
- name: git-url
|
||||
- name: git-revision
|
||||
- name: commit-sha
|
||||
resourcetemplates:
|
||||
- apiVersion: tekton.dev/v1beta1
|
||||
kind: PipelineRun
|
||||
@ -23,7 +24,7 @@ spec:
|
||||
- name: git-revision
|
||||
value: $(tt.params.git-revision)
|
||||
- name: image-url
|
||||
value: harbor.icurfer.com/open/tekton-demo:0.1
|
||||
value: harbor.icurfer.com/open/tekton-demo:$(tt.params.commit-sha)
|
||||
workspaces:
|
||||
- name: docker-config
|
||||
secret:
|
||||
|
Reference in New Issue
Block a user