mirror of
https://github.com/qurator-spk/ocrd-galley.git
synced 2025-07-05 02:59:53 +02:00
🚧 github: Push with tags
This commit is contained in:
parent
edc25ed890
commit
e9df223d21
2 changed files with 21 additions and 2 deletions
6
.github/workflows/build-subimage.yml
vendored
6
.github/workflows/build-subimage.yml
vendored
|
@ -7,6 +7,10 @@ on:
|
|||
tags:
|
||||
required: true
|
||||
type: string
|
||||
cache-from:
|
||||
required: false
|
||||
type: string
|
||||
default:
|
||||
secrets:
|
||||
DOCKERHUB_USERNAME:
|
||||
required: true
|
||||
|
@ -42,3 +46,5 @@ jobs:
|
|||
DRONE_COMMIT=${{ github.sha }}
|
||||
tags: ${{ inputs.tags }}
|
||||
push: true
|
||||
|
||||
cache-from: ${{ inputs.cache-from }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue