Skip to content

Commit

Permalink
Fix release repostiory integration name. (#14)
Browse files Browse the repository at this point in the history
We are using different registry integration name to push images.
  • Loading branch information
triluch authored Nov 15, 2023
1 parent 69bb293 commit 63ef5d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion codefresh.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ steps:
arguments:
image_name: "nobl9/sloctl"
dockerfile: 'Dockerfile'
registry: "nobl9"
registry: "nobl9-n9release"
tag: "${{VERSION}}"
build_arguments:
- VERSION=${{VERSION}}
Expand Down

0 comments on commit 63ef5d7

Please sign in to comment.