Skip to content

Commit e1c53f7

Browse files
committed
fix push
1 parent fb0520e commit e1c53f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

codefresh/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ steps:
2828
title: Push image with release tag
2929
stage: "Promote"
3030
type: push
31-
image_name: ${{CF_REPO_NAME}}
31+
image_name: ${{CF_DOCKER_REPO_URL}}/${{CF_REPO_NAME}}
3232
candidate: "${{CF_DOCKER_REPO_URL}}/${{CF_REPO_NAME}}:${{CF_REVISION}}"
3333
registry: dockerhub
3434
tags:

0 commit comments

Comments
 (0)