Skip to content

feat(nexus3): Updated image to v3.70.1 (#998) #726

feat(nexus3): Updated image to v3.70.1 (#998)

feat(nexus3): Updated image to v3.70.1 (#998) #726

Workflow file for this run

name: Release
on:
workflow_dispatch:
push:
branches:
- main
- release-*
paths:
- charts/**/Chart.yaml
jobs:
workflow:
name: Reusable Workflow
uses: action-stars/helm-workflows/.github/workflows/release.yaml@5dfcf091c26e7017d5f898f039e9218cbd176b23 # v0.5.4
permissions:
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 }}