File tree Expand file tree Collapse file tree 2 files changed +6
-8
lines changed Expand file tree Collapse file tree 2 files changed +6
-8
lines changed Original file line number Diff line number Diff line change @@ -81,14 +81,14 @@ steps:
8181 - ${{PACKAGE_VERSION}}
8282 - latest
8383 scale :
84- push_to_dockerhub :
84+ push_to_dockerhub_alpine :
8585 registry : dockerhub
8686 title : " push to dockerhub"
8787 candidate : codefresh/cli:${{CF_SHORT_REVISION}}
88- push_to_gcr :
88+ push_to_gcr_alpine :
8989 title : " push to gcr"
9090 candidate : gcr.io/codefresh-inc/codefresh/cli:${{CF_SHORT_REVISION}}
91- push_to_quay :
91+ push_to_quay_alpine :
9292 registry : cf-quay
9393 title : " push to quay.io"
9494 candidate : quay.io/codefresh/cli:${{CF_SHORT_REVISION}}
@@ -107,14 +107,14 @@ steps:
107107 - ${{PACKAGE_VERSION}}${{DEBIAN_TAG_POSTFIX}}
108108 - latest${{DEBIAN_TAG_POSTFIX}}
109109 scale :
110- push_to_dockerhub :
110+ push_to_dockerhub_debian :
111111 registry : dockerhub
112112 title : " push to dockerhub"
113113 candidate : codefresh/cli:${{CF_SHORT_REVISION}}${{DEBIAN_TAG_POSTFIX}}
114- push_to_gcr :
114+ push_to_gcr_debian :
115115 title : " push to gcr"
116116 candidate : gcr.io/codefresh-inc/codefresh/cli:${{CF_SHORT_REVISION}}${{DEBIAN_TAG_POSTFIX}}
117- push_to_quay :
117+ push_to_quay_debian :
118118 registry : cf-quay
119119 title : " push to quay.io"
120120 candidate : quay.io/codefresh/cli:${{CF_SHORT_REVISION}}${{DEBIAN_TAG_POSTFIX}}
Original file line number Diff line number Diff line change @@ -187,8 +187,6 @@ steps:
187187 BRANCH : master
188188 VARIABLE :
189189 - PACKAGE_VERSION=${{PACKAGE_VERSION}}
190- - ARM_TAG_POSTFIX="${{ARM_TAG_POSTFIX}}"
191- - DEBIAN_TAG_POSTFIX="${{DEBIAN_TAG_POSTFIX}}"
192190 when :
193191 branch :
194192 only : [ master ]
You can’t perform that action at this time.
0 commit comments