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 276e960 commit b2b7ed2
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions .tekton/create-ci-image-pipelinerun.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,7 @@ spec:
- name: destImageURL
value: docker://$(tasks.generate-image-name.results.image-name-timestamp)
runAfter:
- generate-image-name
- buildah-pull-request
- name: skopeo-copy-push
taskRef:
Expand All @@ -150,14 +151,9 @@ spec:
- name: destImageURL
value: docker://$(tasks.generate-image-name.results.image-name-timestamp)
runAfter:
- generate-image-name
- buildah-push

when:
- input: "quay.io"
operator: in
values:
- "$(tasks.generate-image-name.results.repository)"


finally:
- name: send-slack-notification-request
taskRef:
Expand Down Expand Up @@ -216,4 +212,4 @@ spec:
- ReadWriteOnce
resources:
requests:
storage: 1Gi
storage: 1Gi

0 comments on commit b2b7ed2

Please sign in to comment.