Skip to content

Commit 22017b0

Browse files
Cr 15885 fix release (#775)
1 parent 6854e3f commit 22017b0

File tree

2 files changed

+6
-8
lines changed

2 files changed

+6
-8
lines changed

codefresh-release.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff 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}}

codefresh.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff 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 ]

0 commit comments

Comments
 (0)