mirror of
https://github.com/qurator-spk/ocrd-galley.git
synced 2025-06-09 22:59:53 +02:00
🚧 github: Build a second container image
This commit is contained in:
parent
807eb3eadf
commit
08a0398e37
1 changed files with 15 additions and 2 deletions
17
.github/workflows/build.yml
vendored
17
.github/workflows/build.yml
vendored
|
@ -26,11 +26,24 @@ jobs:
|
|||
# TODO matrix for all Dockerfiles
|
||||
|
||||
-
|
||||
name: Build
|
||||
name: Build core
|
||||
uses: docker/build-push-action@v4
|
||||
with:
|
||||
context: .
|
||||
file: Dockerfile-core
|
||||
build-args:
|
||||
DRONE_COMMIT=${{ github.sha }}
|
||||
push: false
|
||||
push: true
|
||||
tags:
|
||||
- ${{ github.sha }}
|
||||
-
|
||||
name: Build dinglehopper
|
||||
uses: docker/build-push-action@v4
|
||||
with:
|
||||
context: .
|
||||
file: Dockerfile-dinglehopper
|
||||
build-args:
|
||||
DRONE_COMMIT=${{ github.sha }}
|
||||
push: true
|
||||
tags:
|
||||
- ${{ github.sha }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue