Skip to content

Commit df18135

Browse files
authored
Fix action
1 parent 2bff93b commit df18135

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/helm-chart.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
run: helm package ${CHART_DIR} --version ${{ github.event.release.tag_name }} --app-version ${{ github.event.release.tag_name }}
5656

5757
- name: Login to GitHub Container Registry
58-
run: echo ${{ secrets.HELM_TOKEN }} | helm registry login ghcr.io/mathworks-ref-arch --username hannahpullen --password-stdin
58+
run: echo ${{ secrets.HELM_TOKEN }} | helm registry login ghcr.io --username hannahpullen --password-stdin
5959

6060
- name: Upload chart
6161
run: helm push mjs-${{ github.event.release.tag_name }}.tgz oci://ghcr.io/mathworks-ref-arch/matlab-parallel-server-k8s

0 commit comments

Comments
 (0)