diff --git a/.tekton/create-ci-image-pipelinerun.yaml b/.tekton/create-ci-image-pipelinerun.yaml index 2762c500..6c409eb4 100644 --- a/.tekton/create-ci-image-pipelinerun.yaml +++ b/.tekton/create-ci-image-pipelinerun.yaml @@ -140,7 +140,7 @@ spec: when: - input: $(tasks.buildah-pull-request.status) operator: in - values: ["Succeed"] + values: ["Succeeded"] - name: skopeo-copy-push taskRef: kind: ClusterTask @@ -158,7 +158,7 @@ spec: when: - input: $(tasks.buildah-push.status) operator: in - values: ["Succeed"] + values: ["Succeeded"] finally: - name: send-slack-notification-request taskRef: @@ -217,4 +217,4 @@ spec: - ReadWriteOnce resources: requests: - storage: 1Gi \ No newline at end of file + storage: 1Gi