Skip to content

Push Charts to helm-charts-registry manually with specified version #3

Push Charts to helm-charts-registry manually with specified version

Push Charts to helm-charts-registry manually with specified version #3

name: Push Charts to helm-charts-registry manually with specified version
on:
workflow_dispatch:
inputs:
chart_version:
type: string
description: "Chart version"
required: true
image_tag:
type: string
description: "image tag"
required: true
concurrency:
group: dbildungs-iam-server-chart-manual
cancel-in-progress: true
jobs:
scan:
uses: dBildungsplattform/dbp-github-workflows/.github/workflows/check-helm-kics.yaml@7
permissions:
contents: read
release:
needs: scan
uses: dBildungsplattform/dbp-github-workflows/.github/workflows/chart-release.yaml@7

Check failure on line 26 in .github/workflows/chart-release-manual.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/chart-release-manual.yml

Invalid workflow file

error parsing called workflow ".github/workflows/chart-release-manual.yml" -> "dBildungsplattform/dbp-github-workflows/.github/workflows/chart-release.yaml@7" : failed to fetch workflow: reference to workflow should be either a valid branch, tag, or commit
secrets: inherit
with:
chart_name: dbildungs-iam-server
helm_chart_version_generation: specified
image_tag_generation: specified
helm_chart_version: ${{ inputs.chart_version }}
image_tag: ${{ inputs.image_tag }}