Skip to content

feat(nexus3): Updated image to v3.72.0 (#1042) #762

feat(nexus3): Updated image to v3.72.0 (#1042)

feat(nexus3): Updated image to v3.72.0 (#1042) #762

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@6e96761580e296e3b66097a518de397eff1c433c # v0.6.1
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 }}