diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index da7194b..61a7c63 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -59,3 +59,17 @@ jobs: ghcr.io/${{ env.REPO_OWNER }}/squid:latest labels: | LABEL org.opencontainers.image.source="https://github.com/${{ env.REPO_OWNER }}/squid" + + - name: Chart | Push + uses: appany/helm-oci-chart-releaser@v0.3.0 + with: + name: my-chart + repository: appany + tag: 0.1.0 + path: charts/squid + registry: ghcr.io + registry_username: "${{ github.actor }}" + registry_password: "${{ secrets.GITHUB_TOKEN }}" + update_dependencies: 'false' # Defaults to false + +# helm pull ghcr.io/appany/my-chart:0.1.0 \ No newline at end of file