Skip to content

Commit

Permalink
Merge pull request #12 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 ba8cdd6 + c3aabe1 commit 0336c02
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 @@ -20,4 +20,4 @@ jobs:
helm package ./zero/helm
- name: Push Chart
run: |
find ./zero/helm -type f -name "*.tgz" -exec helm push {} oci://registry-1.docker.io/pomerium \;
find . -maxdepth 1 -type f -name "pomerium-zero-*.tgz" -exec helm push {} oci://registry-1.docker.io/pomerium \;

0 comments on commit 0336c02

Please sign in to comment.