Skip to content

Commit

Permalink
correct chart tag env variable format in helm package 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 f5dceb2 commit 5ee59f8
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 @@ -35,7 +35,7 @@ jobs:
run: echo "CHART_TAG=$(helm show chart examples/online_serving/chart-helm | awk '/version/ {print $2}')" >> "$GITHUB_ENV"

- name: helm package
run: helm package examples/online_serving/chart-helm --version $CHART_TAG
run: helm package examples/online_serving/chart-helm --version ${{ env.CHART_TAG }}

- name: helm push
# if: ${{ github.event_name == 'push' }}
Expand Down

0 comments on commit 5ee59f8

Please # to comment.