Skip to content

Commit

Permalink
fixed gh action
Browse files Browse the repository at this point in the history
  • Loading branch information
Jens Plüddemann committed Oct 28, 2024
1 parent e9355d0 commit aa36895
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/package-helm-chart.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
echo ${{ steps.set-variables.outputs.VERSION }}
- name: Login to GitHub Container Registry
uses: docker/v3
uses: docker/login-action@v3
with:
registry: ghcr.io
username: ${{ github.actor }}
Expand All @@ -60,8 +60,7 @@ jobs:
- name: Checkout code
uses: actions/checkout@v4

- name: Publish Helm chart to GitHub Pages
- name: Publish Helm charts
uses: stefanprodan/helm-gh-pages@master
with:
token: ${{ secrets.GITHUB_TOKEN }}
linting: off
token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit aa36895

Please sign in to comment.