diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 5a1a6e6..b6045ff 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -24,6 +24,15 @@ jobs: git config user.name "$GITHUB_ACTOR" git config user.email "$GITHUB_ACTOR@users.noreply.github.com" + - name: Run chart-releaser + uses: bitdeps/helm-oci-charts-releaser@v0.1.0 + with: + oci_registry: ghcr.io/intertwin-eu/interlink-helm-chart + oci_username: dciangot + charts_dir: ./ + oci_password: ${{ secrets.GITHUB_TOKEN }} + github_token: ${{ secrets.GITHUB_TOKEN }} + - name: Run chart-releaser uses: helm/chart-releaser-action@v1.6.0 with: