Skip to content

Commit 32e5bfc

Browse files
CR-476
1 parent 19b07c9 commit 32e5bfc

File tree

1 file changed

+16
-2
lines changed

1 file changed

+16
-2
lines changed

codefresh.yaml

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,9 +92,23 @@ steps:
9292
on:
9393
- success
9494

95+
push_cli_image_quay:
96+
title: "Push image to Quay"
97+
stage: Push & Release
98+
type: push
99+
candidate: ${{build}}
100+
tags:
101+
- latest
102+
- ${{VERSION}}
103+
registry: ${{REGISTRY_INTEGRATION_QUAY}}
104+
when:
105+
steps:
106+
- name: build
107+
on:
108+
- success
95109

96-
push_cli_image:
97-
title: "Push image"
110+
push_cli_image_dockerub:
111+
title: "Push image to Dockerhub"
98112
stage: Push & Release
99113
type: push
100114
candidate: ${{build}}

0 commit comments

Comments
 (0)