mirror of
https://github.com/qurator-spk/ocrd-galley.git
synced 2025-06-09 22:59:53 +02:00
🚧 github: Push image
This commit is contained in:
parent
a478b9bd47
commit
40430c5150
1 changed files with 8 additions and 3 deletions
11
.github/workflows/build.yml
vendored
11
.github/workflows/build.yml
vendored
|
@ -24,7 +24,12 @@ jobs:
|
|||
|
||||
# TODO data
|
||||
# TODO matrix for all Dockerfiles
|
||||
|
||||
-
|
||||
name: Login to Docker Hub
|
||||
uses: docker/login-action@v2
|
||||
with:
|
||||
username: ${{ secrets.DOCKERHUB_USERNAME }}
|
||||
password: ${{ secrets.DOCKERHUB_TOKEN }}
|
||||
-
|
||||
name: Build core
|
||||
uses: docker/build-push-action@v4
|
||||
|
@ -33,7 +38,7 @@ jobs:
|
|||
file: Dockerfile-core
|
||||
build-args:
|
||||
DRONE_COMMIT=${{ github.sha }}
|
||||
push: false
|
||||
push: true
|
||||
tags: ${{ github.sha }}
|
||||
-
|
||||
name: Build dinglehopper
|
||||
|
@ -43,5 +48,5 @@ jobs:
|
|||
file: Dockerfile-dinglehopper
|
||||
build-args:
|
||||
DRONE_COMMIT=${{ github.sha }}
|
||||
push: false
|
||||
push: true
|
||||
tags: ${{ github.sha }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue