Skip to content

more updates

more updates #2

Workflow file for this run

name: Trigger on PR
on:
pull_request:
concurrency:
group: ${{ github.ref }}
cancel-in-progress: true
jobs:
build-image:
uses: ./.github/workflows/build-image.yaml
secrets: inherit