github.com/diadata-org/diadata@v1.4.593/.tekton/PipelineRun/PipelineRun.Build.Deploy.TektonCI.yaml (about) 1 apiVersion: tekton.dev/v1beta1 2 kind: PipelineRun 3 metadata: 4 name: build-create-deploy 5 namespace: tekton-pipelines 6 spec: 7 pipelineRef: 8 name: build-create-deploy 9 resources: 10 - name: git-source 11 resourceRef: 12 name: git-diadata-tekton-ci 13 params: 14 - name: path-to-context 15 value: "/workspace/git-source/" 16 - name: path-to-yaml-file 17 value: "deployments/k8s-yaml/filtersblockservice.yaml" 18 - name: "image-url" 19 value: "us.icr.io/dia-registry/scraper/filtersblockservice" 20 - name: "image-tag" 21 value: "latest" 22 - name: path-to-dockerfile 23 value: "build/Dockerfile-filtersBlockService" 24 serviceAccountName: ibm-cr