Skip to content

Commit

Permalink
Merge pull request #10 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 537106f + 92797b4 commit ba8cdd6
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 @@ -14,7 +14,7 @@ jobs:
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_SECRET_1124 }} "
helm registry login registry-1.docker.io --username="${{ secrets.DOCKERHUB_USER }}" --password="${{ secrets.DOCKERHUB_SECRET_1124 }}"
- name: Package Chart
run: |
helm package ./zero/helm
Expand Down

0 comments on commit ba8cdd6

Please sign in to comment.