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:
81
81
- ${{PACKAGE_VERSION}}
82
82
- latest
83
83
scale :
84
- push_to_dockerhub :
84
+ push_to_dockerhub_alpine :
85
85
registry : dockerhub
86
86
title : " push to dockerhub"
87
87
candidate : codefresh/cli:${{CF_SHORT_REVISION}}
88
- push_to_gcr :
88
+ push_to_gcr_alpine :
89
89
title : " push to gcr"
90
90
candidate : gcr.io/codefresh-inc/codefresh/cli:${{CF_SHORT_REVISION}}
91
- push_to_quay :
91
+ push_to_quay_alpine :
92
92
registry : cf-quay
93
93
title : " push to quay.io"
94
94
candidate : quay.io/codefresh/cli:${{CF_SHORT_REVISION}}
@@ -107,14 +107,14 @@ steps:
107
107
- ${{PACKAGE_VERSION}}${{DEBIAN_TAG_POSTFIX}}
108
108
- latest${{DEBIAN_TAG_POSTFIX}}
109
109
scale :
110
- push_to_dockerhub :
110
+ push_to_dockerhub_debian :
111
111
registry : dockerhub
112
112
title : " push to dockerhub"
113
113
candidate : codefresh/cli:${{CF_SHORT_REVISION}}${{DEBIAN_TAG_POSTFIX}}
114
- push_to_gcr :
114
+ push_to_gcr_debian :
115
115
title : " push to gcr"
116
116
candidate : gcr.io/codefresh-inc/codefresh/cli:${{CF_SHORT_REVISION}}${{DEBIAN_TAG_POSTFIX}}
117
- push_to_quay :
117
+ push_to_quay_debian :
118
118
registry : cf-quay
119
119
title : " push to quay.io"
120
120
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:
187
187
BRANCH : master
188
188
VARIABLE :
189
189
- PACKAGE_VERSION=${{PACKAGE_VERSION}}
190
- - ARM_TAG_POSTFIX="${{ARM_TAG_POSTFIX}}"
191
- - DEBIAN_TAG_POSTFIX="${{DEBIAN_TAG_POSTFIX}}"
192
190
when :
193
191
branch :
194
192
only : [ master ]
You can’t perform that action at this time.
0 commit comments