diff --git a/_CI-CD/debian-golang/tekton-debian-golang-img.yaml b/_CI-CD/debian-golang/tekton-debian-golang-img.yaml index ed1230b..e1d98d5 100644 --- a/_CI-CD/debian-golang/tekton-debian-golang-img.yaml +++ b/_CI-CD/debian-golang/tekton-debian-golang-img.yaml @@ -30,10 +30,10 @@ spec: params: - name: pathToContainerFile type: string - default: $(resources.inputs.source.path)/_CI_CD/debian-golang/Dockerfile + default: $(resources.inputs.source.path)/_CI-CD/debian-golang/Dockerfile - name: pathToContext type: string - default: $(resources.inputs.source.path)/_CI_CD/debian-golang + default: $(resources.inputs.source.path)/_CI-CD/debian-golang resources: inputs: - name: source