mirror of
https://github.com/qurator-spk/ocrd-galley.git
synced 2025-07-27 21:59:52 +02:00
🚢 GitHub Actions: Set edge, branch and semver tags (including latest)
This commit is contained in:
parent
252a125ed2
commit
83cad85b21
2 changed files with 6 additions and 0 deletions
3
.github/workflows/build-subimage.yml
vendored
3
.github/workflows/build-subimage.yml
vendored
|
@ -33,6 +33,9 @@ jobs:
|
||||||
with:
|
with:
|
||||||
images: |
|
images: |
|
||||||
quratorspk/ocrd-galley-${{ inputs.subimage }}
|
quratorspk/ocrd-galley-${{ inputs.subimage }}
|
||||||
|
flavor: |
|
||||||
|
latest=auto
|
||||||
|
# latest=auto should generate "latest" for the type=semver tags entry
|
||||||
tags: ${{ inputs.tags }}
|
tags: ${{ inputs.tags }}
|
||||||
-
|
-
|
||||||
name: Login to Docker Hub
|
name: Login to Docker Hub
|
||||||
|
|
3
.github/workflows/build.yml
vendored
3
.github/workflows/build.yml
vendored
|
@ -41,6 +41,9 @@ jobs:
|
||||||
subimage: ${{ matrix.subimage }}
|
subimage: ${{ matrix.subimage }}
|
||||||
tags: |
|
tags: |
|
||||||
type=sha,format=long
|
type=sha,format=long
|
||||||
|
type=edge,branch=master
|
||||||
|
type=ref,event=branch
|
||||||
|
type=semver,pattern={{version}}
|
||||||
secrets: inherit
|
secrets: inherit
|
||||||
|
|
||||||
build-rest:
|
build-rest:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue