Test: Can we have an OCI image and Helm chart with the same name but different tags?

This commit is contained in:
Shaun Maher 2024-02-23 10:52:25 +11:00
parent 8afa583dfe
commit 157a675fad

View File

@ -153,7 +153,7 @@ jobs:
with:
name: ${{ env.CHART_NAME }}
repository: ${{ env.REPO_OWNER }}
tag: ${{ github.event.inputs.chartVersion || steps.bump_version.outputs.next-version || '0.1.0' }}
tag: helm-${{ github.event.inputs.chartVersion || steps.bump_version.outputs.next-version || '0.1.0' }}
app_version: ${{ steps.current_app_tag.outputs.tag || 'latest' }}
path: deploy/charts/${{ env.CHART_NAME }}
registry: ${{ env.REGISTRY }}