Skip to content

Commit

Permalink
ci: fix helm parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
asvishnyakov committed Oct 4, 2023
1 parent 0ba0196 commit 3e1b4da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/storybook-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ jobs:
needs: ci
uses: ./.github/workflows/deploy-cloud.yml
with:
parameterName: 'customApps.app1.image.tag'
parameterName: 'custom.app1.image.tag'
parameterValue: ${{ needs.ci.outputs.dockerTag }}
environmentId: ${{ github.ref == 'refs/head/dev' && 'dev' || 'prod' }}
jiraKeys: ${{ needs.ci.outputs.jira-keys }}
Expand Down

0 comments on commit 3e1b4da

Please sign in to comment.