Skip to content

Commit 802f022

Browse files
ci: push zfs-localpv helm chart as OCI (#688)
Signed-off-by: Tiago Castro <[email protected]>
1 parent 6b52268 commit 802f022

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.github/workflows/release.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,3 +101,15 @@ jobs:
101101
with:
102102
token: ${{ secrets.GITHUB_TOKEN }}
103103
charts_dir: ./deploy/helm
104+
105+
- name: Publish chart via OCI
106+
uses: appany/[email protected]
107+
with:
108+
name: zfs-localpv
109+
repository: ${{ github.repository_owner }}/charts
110+
tag: ${{ env.VERSION }}
111+
path: ./deploy/helm/charts
112+
registry: ghcr.io
113+
registry_username: ${{ github.actor }}
114+
registry_password: ${{ secrets.GITHUB_TOKEN }}
115+
update_dependencies: 'false'

0 commit comments

Comments
 (0)