We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b70680a commit feca43fCopy full SHA for feca43f
1 file changed
.github/workflows/helm-publish.yaml
@@ -24,9 +24,10 @@ jobs:
24
id: meta
25
run: |
26
VERSION=${GITHUB_REF_NAME#chart/v}
27
+ OWNER="${{ github.repository_owner }}"
28
echo "version=$VERSION" >> $GITHUB_OUTPUT
29
echo "tag=chart/v$VERSION" >> $GITHUB_OUTPUT
- echo "oci_repo=oci://${{ env.REGISTRY }}/${{ github.repository_owner }}/charts" >> $GITHUB_OUTPUT
30
+ echo "oci_repo=oci://${{ env.REGISTRY }}/${OWNER,,}/charts" >> $GITHUB_OUTPUT
31
32
- name: Set up Helm
33
uses: azure/setup-helm@v4
0 commit comments