Skip to content

Commit

Permalink
Update create-ci-image-pipelinerun.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
amisskii authored Mar 12, 2024
1 parent 0b79c53 commit 6b44994
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .tekton/create-ci-image-pipelinerun.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -158,7 +158,7 @@ spec:
when:
- input: $(tasks.buildah-push.status)
operator: in
values: ["Succeed"]
values: ["Succeeded"]
finally:
- name: send-slack-notification-request
taskRef:
Expand Down Expand Up @@ -217,4 +217,4 @@ spec:
- ReadWriteOnce
resources:
requests:
storage: 1Gi
storage: 1Gi

0 comments on commit 6b44994

Please sign in to comment.