fix (template): remove call to "common.entity.name" from other common… #437
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Build extension-manager-operator Workflow | |
on: | |
push: | |
paths: | |
- 'charts/extension-manager-operator/**' | |
- '.github/workflows/extension-manager-operator.yaml' | |
jobs: | |
pipeline: | |
concurrency: | |
group: extension-manager-operator-${{ github.ref }} | |
cancel-in-progress: true | |
uses: openmfp/gha/.github/workflows/pipeline-chart.yml@main | |
with: | |
chartFolder: charts | |
chartName: extension-manager-operator | |
additionalTestFilesCommand: '' | |
chartRepos: 'bitnami=https://charts.bitnami.com/bitnami,openfga=https://openfga.github.io/helm-charts' | |
secrets: inherit | |
updateVersionFile: | |
if: ${{ github.ref == 'refs/heads/main' }} | |
needs: [pipeline] | |
uses: openmfp/gha/.github/workflows/job-update-version-file.yml@main | |
secrets: inherit | |
with: | |
componentVersionKey: "extension-manager-operator" | |
version: ${{ needs.pipeline.outputs.version }} |