Skip to content

Commit

Permalink
correct chart name env variable format in helm push action
Browse files Browse the repository at this point in the history
Signed-off-by: Maxime Fournioux <55544262+mfournioux@users.noreply.github.com>
  • Loading branch information
mfournioux committed Feb 3, 2025
1 parent 4e925e6 commit f5dceb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-helm-ghcr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,4 @@ jobs:

- name: helm push
# if: ${{ github.event_name == 'push' }}
run: helm push /home/runner/work/vllm/vllm/$CHART_NAME-${{ env.CHART_TAG }}.tgz oci://ghcr.io/${{ github.repository_owner }}
run: helm push /home/runner/work/vllm/vllm/${{ env.CHART_NAME }}-${{ env.CHART_TAG }}.tgz oci://ghcr.io/${{ github.repository_owner }}

0 comments on commit f5dceb2

Please # to comment.