Skip to content

Commit

Permalink
Merge pull request #3237 from bcgov/fix-feat-env-hardcoded-tag
Browse files Browse the repository at this point in the history
fix: feature env hardcoded app tag
  • Loading branch information
rafasdc authored May 3, 2024
2 parents ac73f2d + 1b0abb6 commit b32cd5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/feature/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ runs:
--set metabase.prodNamespace=${{ inputs.openshift_metabase_prod_namespace }} \
--set metabase.siteUrl=${{ inputs.metabase_site_url }} \
--set metabase.embedSecret=${{ inputs.metabase_embed_secret }} \
--set image.app.tag=sha-0d073397d02c0f194ade07c054326aac9290b708 \
--set image.app.tag=${{ inputs.tag }} \
--set image.db.tag=${{ inputs.tag }} \
--set image.cronsp.tag=${{ inputs.tag }} \
--set image.app.clientSecret=${{ inputs.client_secret }} \
Expand Down

0 comments on commit b32cd5d

Please sign in to comment.