Skip to content

Commit

Permalink
Update helm.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
kralicky authored Nov 5, 2024
1 parent 039b7b2 commit 7c39447
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/helm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
uses: actions/checkout@v1
- name: Install Helm CLI
run: |
curl -fsSL https://git.io/get_helm.sh | bash
curl -fsSL https://raw.githubusercontent.com/helm/helm/main/scripts/get-helm-3 | bash
- name: Login
run: |
helm registry login registry-1.docker.io --username="${{ secrets.DOCKERHUB_USER }}" --password="${{ secrets.DOCKERHUB_TOKEN }} "
Expand Down

0 comments on commit 7c39447

Please sign in to comment.