Skip to content

Commit

Permalink
Merge pull request #8 from pomerium/kralicky-patch-1
Browse files Browse the repository at this point in the history
Update helm.yaml
  • Loading branch information
kralicky authored Nov 5, 2024
2 parents 039b7b2 + 7c39447 commit 4b3a23e
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 4b3a23e

Please sign in to comment.