Skip to content

Commit aa36895

Browse files
author
Jens Plüddemann
committed
fixed gh action
1 parent e9355d0 commit aa36895

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/package-helm-chart.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
echo ${{ steps.set-variables.outputs.VERSION }}
3535
3636
- name: Login to GitHub Container Registry
37-
uses: docker/v3
37+
uses: docker/login-action@v3
3838
with:
3939
registry: ghcr.io
4040
username: ${{ github.actor }}
@@ -60,8 +60,7 @@ jobs:
6060
- name: Checkout code
6161
uses: actions/checkout@v4
6262

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

0 commit comments

Comments
 (0)