fix(local-setup): add JAVA_OPTS_APPEND environment variable for Keycl… #1400
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 OpenMFP | |
on: | |
push: | |
paths: | |
- 'charts/openmfp/**' | |
- '.github/workflows/openmfp.yaml' | |
jobs: | |
pipeline: | |
concurrency: | |
group: openmfp-${{ github.ref }} | |
cancel-in-progress: true | |
uses: openmfp/gha/.github/workflows/pipeline-chart.yml@main | |
with: | |
chartFolder: charts | |
chartName: openmfp | |
additionalTestFilesCommand: '' | |
release_branch: main | |
chartRepos: 'bitnami=https://charts.bitnami.com/bitnami,openfga=https://openfga.github.io/helm-charts' | |
secrets: inherit |