Skip to content

Commit abe7055

Browse files
[FIX] CI fix 6
1 parent 19e2368 commit abe7055

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/release-helm.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,4 +54,5 @@ jobs:
5454
5555
- name: Push to GitHub Container Registry
5656
run: |
57-
helm push "${{ steps.package.outputs.package_file }}" oci://ghcr.io/${{ github.repository }}
57+
REPO_LOWERCASE=$(echo "${{ github.repository }}" | tr '[:upper:]' '[:lower:]')
58+
helm push "${{ steps.package.outputs.package_file }}" oci://ghcr.io/${REPO_LOWERCASE}

0 commit comments

Comments
 (0)