Skip to content

Commit

Permalink
Push to cloudposse Registry (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
osterman authored May 22, 2018
1 parent d614888 commit 58a0e0b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions codefresh.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ steps:
title: Push image with tag based semver tags
type: push
registry: dockerhub
image_name: cloudposse/terraform-root-modules
candidate: ${{build_image}}
tag: "${{SEMVERSION_TAG}}"
when:
Expand All @@ -81,6 +82,7 @@ steps:
title: Push image with latest tag
type: push
registry: dockerhub
image_name: cloudposse/terraform-root-modules
candidate: ${{build_image}}
tag: latest
when:
Expand Down

0 comments on commit 58a0e0b

Please sign in to comment.