Skip to content

ci: adjusting branch #4

ci: adjusting branch

ci: adjusting branch #4

name: Build Example Resources
on:
push:
paths:
- 'charts/example-resources/**'
- '.github/workflows/example-resources.yaml'
concurrency:
group: example-resources-${{ github.ref }}
cancel-in-progress: true
jobs:
pipeline:
uses: openmfp/gha/.github/workflows/pipeline-chart.yml@main
with:
chartFolder: charts/example-resources
additionalTestFilesCommand: ''
imageTagName: ghcr.io/openmfp/example-content
release_branch: wip
secrets: inherit
updateVersionFile:
if: ${{ github.ref == 'refs/heads/wip' }}
needs: [pipeline]
uses: openmfp/gha/.github/workflows/job-update-version-file.yml@main
secrets: inherit
with:
componentVersionKey: "example-resources"
version: ${{ needs.pipeline.outputs.version }}