We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb59cd6 commit ad54282Copy full SHA for ad54282
venona/VERSION
@@ -1 +1 @@
1
-1.4.4
+1.4.5
venona/build/ci.yaml
@@ -103,7 +103,7 @@ steps:
103
- cd venona && make docker-security-scan TAG=${{CF_BRANCH_TAG_NORMALIZED}}
104
when:
105
steps:
106
- - name: build_image
+ - name: push
107
on:
108
- success
109
venona/build/release.yaml
@@ -39,7 +39,12 @@ steps:
39
dockerfile:
40
content: |-
41
FROM codefresh/venona:${{CF_PULL_REQUEST_HEAD_BRANCH}}
42
-
+ when:
43
+ steps:
44
+ - name: main_clone
45
+ on:
46
+ - success
47
+
48
push:
49
type: push
50
title: Push candidate
venonactl/VERSION
0 commit comments