Skip to content

Commit

Permalink
push image to dockerhub
Browse files Browse the repository at this point in the history
  • Loading branch information
Oleg Sucharevich committed Aug 21, 2019
1 parent c80c047 commit 441cec7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.3.0
0.4.0
6 changes: 3 additions & 3 deletions codefresh.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -92,16 +92,16 @@ steps:


push_cli_image:
title: "Push image with venona cli"
title: "Push image"
stage: Push & Release
type: push
candidate: ${{build_cli_image}}
candidate: ${{build}}
tags:
- latest
- ${{VERSION}}
registry: "dockerhub"
when:
steps:
- name: build_cli_image
- name: build
on:
- success

0 comments on commit 441cec7

Please sign in to comment.