File tree Expand file tree Collapse file tree 2 files changed +18
-4
lines changed Expand file tree Collapse file tree 2 files changed +18
-4
lines changed Original file line number Diff line number Diff line change 1- 0.13.0
1+ 0.13.1
Original file line number Diff line number Diff line change 1111 stage : Build & Test
1212 type : git-clone
1313 repo : ${{CF_REPO_OWNER}}/${{CF_REPO_NAME}}
14- git : github
14+ git : cf_github
1515 revision : ${{CF_REVISION}}
1616
1717 calculate_version :
@@ -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}}
You can’t perform that action at this time.
0 commit comments