Skip to content

fix: settings values no longer exposed to dag runner #156

fix: settings values no longer exposed to dag runner

fix: settings values no longer exposed to dag runner #156

Workflow file for this run

# This is the main workflow which will orchestrate the other workflows:
name: main
on:
push:
branches: [develop, main]
pull_request:
branches: [develop, main]
workflow_dispatch:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
build-images:
uses: ./.github/workflows/build-images.yaml