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 ba8cdd6 commit c3aabe1
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 c3aabe1

Please sign in to comment.