Skip to content

Commit

Permalink
update release yaml (#159)
Browse files Browse the repository at this point in the history
  • Loading branch information
Oleg Sucharevich authored Jun 21, 2020
1 parent eb59cd6 commit ad54282
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
2 changes: 1 addition & 1 deletion venona/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.4.4
1.4.5
2 changes: 1 addition & 1 deletion venona/build/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ steps:
- cd venona && make docker-security-scan TAG=${{CF_BRANCH_TAG_NORMALIZED}}
when:
steps:
- name: build_image
- name: push
on:
- success

Expand Down
7 changes: 6 additions & 1 deletion venona/build/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,12 @@ steps:
dockerfile:
content: |-
FROM codefresh/venona:${{CF_PULL_REQUEST_HEAD_BRANCH}}
when:
steps:
- name: main_clone
on:
- success

push:
type: push
title: Push candidate
Expand Down
2 changes: 1 addition & 1 deletion venonactl/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.4.4
1.4.5

0 comments on commit ad54282

Please sign in to comment.