Skip to content

chore(deps): update example-content docker tag to v0.114.7 #1089

chore(deps): update example-content docker tag to v0.114.7

chore(deps): update example-content docker tag to v0.114.7 #1089

Workflow file for this run

name: Build portal Workflow
on:
push:
paths:
- 'charts/portal/**'
- '.github/workflows/portal.yaml'
pull_request:
paths:
- 'charts/portal/**'
- '.github/workflows/portal.yaml'
jobs:
pipeline:
concurrency:
group: portal-${{ github.ref }}
cancel-in-progress: true
uses: openmfp/gha/.github/workflows/pipeline-chart.yml@main
with:
chartFolder: charts
chartName: portal
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: "portal"
version: ${{ needs.pipeline.outputs.version }}