mirror of
https://github.com/qurator-spk/ocrd-galley.git
synced 2025-07-05 02:59:53 +02:00
🚧 github: Work around that actions can't have list inputs
This commit is contained in:
parent
3b2fa5b3a9
commit
8951955daf
2 changed files with 4 additions and 5 deletions
3
.github/workflows/build-subimage.yml
vendored
3
.github/workflows/build-subimage.yml
vendored
|
@ -6,7 +6,7 @@ on:
|
|||
type: string
|
||||
tags:
|
||||
required: true
|
||||
type: List
|
||||
type: String
|
||||
secrets:
|
||||
DOCKERHUB_USERNAME:
|
||||
required: true
|
||||
|
@ -40,4 +40,5 @@ jobs:
|
|||
file: Dockerfile-${{ inputs.subimage }}
|
||||
build-args:
|
||||
DRONE_COMMIT=${{ github.sha }}
|
||||
tags: ${{ inputs.tags }}
|
||||
push: true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue