diff --git a/.tekton/osc-fbc-4-17-pull-request.yaml b/.tekton/osc-fbc-4-17-pull-request.yaml index abf3fbbc..a29055d5 100644 --- a/.tekton/osc-fbc-4-17-pull-request.yaml +++ b/.tekton/osc-fbc-4-17-pull-request.yaml @@ -32,9 +32,9 @@ spec: value: - linux/x86_64 - name: path-context - value: fbc/4.17 + value: fbc/v4.17 - name: dockerfile - value: fbc/4.17/Dockerfile + value: fbc/v4.17/Dockerfile pipelineRef: name: fbc-pipeline taskRunTemplate: {} diff --git a/.tekton/osc-fbc-4-17-push.yaml b/.tekton/osc-fbc-4-17-push.yaml index 12478c66..26dd7403 100644 --- a/.tekton/osc-fbc-4-17-push.yaml +++ b/.tekton/osc-fbc-4-17-push.yaml @@ -29,9 +29,9 @@ spec: value: - linux/x86_64 - name: path-context - value: fbc/4.17 + value: fbc/v4.17 - name: dockerfile - value: fbc/4.17/Dockerfile + value: fbc/v4.17/Dockerfile pipelineRef: name: fbc-pipeline taskRunTemplate: {}