diff --git a/.github/actions/feature/action.yaml b/.github/actions/feature/action.yaml index 46091c653f..7d46dd7f35 100644 --- a/.github/actions/feature/action.yaml +++ b/.github/actions/feature/action.yaml @@ -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 }} \