This commit is contained in:
2025-08-05 00:30:41 +09:00
parent 59f141302f
commit 3e496fa339

View File

@ -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: