You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ocrd-galley/.github/workflows/build.yml

29 lines
500 B
YAML

name: build
on:
workflow_dispatch:
push:
branches:
- 'master'
- 'test/github-actions'
jobs:
build-core:
strategy:
matrix:
subimage: ["core"]
uses: ./.github/workflows/build-subimage.yml
with:
subimage: ${{ matrix.subimage }}
secrets: inherit
build-rest:
strategy:
matrix:
subimage: ["dinglehopper"]
uses: ./.github/workflows/build-subimage.yml
with:
subimage: ${{ matrix.subimage }}
secrets: inherit