Skip to content

Commit

Permalink
ci: dep upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
wookets committed Oct 13, 2023
1 parent 35d047f commit 858407d
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/publish-helm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,21 +11,20 @@ jobs:

steps:
- name: Checkout Code
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: Set up Helm
uses: azure/setup-helm@v1
with:
version: '3.13.1'
uses: azure/setup-helm@v3

- name: Lint and Package Helm Chart
run: |
helm lint .
helm package . -d ./dist
- name: Publish Helm Chart to GitHub Packages
uses: helm/[email protected]
uses: helm/[email protected]
env:
CR_TOKEN: "${{ secrets.GHCR_PAT }}"
with:
charts_dir: dist
charts_repo_url: https://${{ secrets.TARGET_ORG }}.github.io/optlive-showcase-app
token: ${{ secrets.GHCR_PAT }}

0 comments on commit 858407d

Please sign in to comment.