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 fb0520e commit e1c53f7Copy full SHA for e1c53f7
codefresh/release.yaml
@@ -28,7 +28,7 @@ steps:
28
title: Push image with release tag
29
stage: "Promote"
30
type: push
31
- image_name: ${{CF_REPO_NAME}}
+ image_name: ${{CF_DOCKER_REPO_URL}}/${{CF_REPO_NAME}}
32
candidate: "${{CF_DOCKER_REPO_URL}}/${{CF_REPO_NAME}}:${{CF_REVISION}}"
33
registry: dockerhub
34
tags:
0 commit comments