mirror of
https://github.com/qurator-spk/ocrd-galley.git
synced 2025-06-09 22:59:53 +02:00
🚧 build: Build for test/github-actions, too
This commit is contained in:
parent
08922136fc
commit
e9156ebaa3
1 changed files with 5 additions and 0 deletions
5
.github/workflows/build.yml
vendored
5
.github/workflows/build.yml
vendored
|
@ -6,6 +6,7 @@ on:
|
|||
push:
|
||||
branches:
|
||||
- 'master'
|
||||
- 'test/github-actions'
|
||||
|
||||
jobs:
|
||||
docker:
|
||||
|
@ -20,6 +21,10 @@ jobs:
|
|||
-
|
||||
name: Set up Docker Buildx
|
||||
uses: docker/setup-buildx-action@v2
|
||||
|
||||
# TODO data
|
||||
# TODO matrix for all Dockerfiles
|
||||
|
||||
-
|
||||
name: Build
|
||||
uses: docker/build-push-action@v4
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue