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 a1ff944 commit 74d447fCopy full SHA for 74d447f
codefresh/deploy.yaml
@@ -34,6 +34,8 @@ steps:
34
stage: "Deploy"
35
image: "${{IMAGE_NAME}}:${{IMAGE_TAG}}"
36
working_directory: /deploy/
37
+ environment:
38
+ - RELEASE_NAME=${{CF_REPO_NAME}}
39
commands:
40
# Announce the release version
41
- "echo 'Preparing to deploy ${{IMAGE_NAME}}:${{IMAGE_TAG}}'"
0 commit comments