Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
37 changes: 27 additions & 10 deletions codefresh.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,28 +45,45 @@ steps:
dockerfile: "Dockerfile"
stage: "build"

push_with_tag:
stage: 'push'



PushingToRegistries_with_tag:
title: Pushing to Registry
type: push
title: Pushing to a registry
candidate: ${{build}}
tags:
- ${{CF_BRANCH_TAG_NORMALIZED}}
registry: dockerhub
image_name: codefresh/cf-argo-plugin
scale:
PushingToDockerHubRegistry:
title: Pushing To DockerHub Registry
registry: dockerhub
image_name: codefresh/cf-argo-plugin
PushingToQuayRegistry:
title: Pushing To Quay Registry
registry: cfpluginmgr-quay
image_name: codefreshplugins/cf-argo-plugin

push_to_my_registry:
stage: 'push'

PushingToRegistries:
title: Pushing to Registry
type: push
title: Pushing to a registry
candidate: ${{build}}
tags:
- ${{VERSION}}
registry: dockerhub
image_name: codefresh/cf-argo-plugin
when:
branch:
only:
- master
scale:
PushingToDockerHubRegistry:
title: Pushing To DockerHub Registry
registry: dockerhub
image_name: codefresh/cf-argo-plugin
PushingToQuayRegistry:
title: Pushing To Quay Registry
registry: cfpluginmgr-quay
image_name: codefreshplugins/cf-argo-plugin