Skip to content

feat(confluence-server): Updated image to v8.5.15 (#1055) #771

feat(confluence-server): Updated image to v8.5.15 (#1055)

feat(confluence-server): Updated image to v8.5.15 (#1055) #771

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@8d5a7aa36e9be360b3d3eed1fdbb5c0e029a630b # v0.6.2
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 }}