Skip to content

Commit

Permalink
test helm publication on ghcr
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 4, 2025
1 parent 5ee59f8 commit aef7ba4
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/publish-helm-ghcr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@ name: Publish Helm chart on Github Registry

# Configures this workflow to run every time a change is pushed to the branch called `main`.
on:
push:
branches:
- main
pull_request:
env:
CHART_NAME: chart-vllm
Expand All @@ -29,7 +26,7 @@ jobs:
version: v3.14.4

- name: helm login
run: echo ${{ secrets.GITHUB_TOKEN }} | helm registry login ghcr.io -u $ --password-stdin
run: echo ${{ secrets.GITHUB_TOKEN }} | helm registry login ghcr.io -u mfournioux --password-stdin

- name: get helm chart version
run: echo "CHART_TAG=$(helm show chart examples/online_serving/chart-helm | awk '/version/ {print $2}')" >> "$GITHUB_ENV"
Expand Down

0 comments on commit aef7ba4

Please sign in to comment.