test update

This commit is contained in:
2025-08-04 17:54:30 +09:00
parent dd246f156b
commit 810cfd5144
2 changed files with 9 additions and 8 deletions

View File

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