Skip to content

Commit b3c6276

Browse files
CR-476
1 parent 19b07c9 commit b3c6276

File tree

2 files changed

+18
-4
lines changed

2 files changed

+18
-4
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.13.0
1+
0.13.1

codefresh.yaml

Lines changed: 17 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ steps:
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}}

0 commit comments

Comments
 (0)