Skip to content

Commit 1e83773

Browse files
Fix push step wrong reference to build image
1 parent c592b64 commit 1e83773

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

codefresh.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,5 +36,5 @@ steps:
3636

3737
push to registry:
3838
type: push
39-
candidate: ${{build-step}}
39+
candidate: ${{build_step}}
4040
tag: ${{CF_BRANCH}}

0 commit comments

Comments
 (0)