We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b52268 commit 802f022Copy full SHA for 802f022
.github/workflows/release.yml
@@ -101,3 +101,15 @@ jobs:
101
with:
102
token: ${{ secrets.GITHUB_TOKEN }}
103
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