Skip to content

Commit

Permalink
Merge pull request #39 from homeylab/oci-support
Browse files Browse the repository at this point in the history
testing oci
  • Loading branch information
pchang388 authored Dec 14, 2023
2 parents ecfe2a9 + a8de0ac commit a6a9553
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,6 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
- name: Helm Package Charts
run: for x in $(ls charts); do make pkg app=${x}; done
run: for x in $(ls charts); do make pkg_with_dep app=${x}; done
- name: Helm Push Charts
run: for x in $(ls *.tgz); do make oci_push ${x}; done

0 comments on commit a6a9553

Please sign in to comment.