Skip to content

fix(nexus3): Fixed volume claim template labels (#1066) #773

fix(nexus3): Fixed volume claim template labels (#1066)

fix(nexus3): Fixed volume claim template labels (#1066) #773

Workflow file for this run

name: Release
on:
workflow_dispatch:
push:
branches:
- main
- release-*
paths:
- charts/**/Chart.yaml
permissions: read-all
jobs:
workflow:
name: Reusable Workflow
uses: action-stars/helm-workflows/.github/workflows/release.yaml@cada751ed4c4ff6fe69bcef5a9a5b5b864a8a2f2 # v0.6.3
permissions:
attestations: write
contents: write
id-token: write
packages: write
secrets:
oci_password: ${{ secrets.GITHUB_TOKEN }}
with:
chart_dir: charts
release_as_latest: true
release_notes: true
publish_gh_pages: true
publish_oci: true
oci_registry: "ghcr.io"
oci_username: ${{ github.actor }}
oci_repository_prefix: ${{ github.repository }}