This commit is contained in:
parent
2133e47951
commit
0d54907996
1 changed files with 2 additions and 3 deletions
|
|
@ -31,8 +31,7 @@ jobs:
|
|||
images: |
|
||||
git.nanody.de/anonoe/jre-alpine
|
||||
tags: |
|
||||
type=semver,pattern={{raw}}
|
||||
#/{{commit_date 'YYYYMMDD-HHmmss' tz='Europe/Berlin'}}
|
||||
type=semver,pattern={{major}}-{{raw}}-{{commit_date 'YYYYMMDD-HHmmss' tz='Europe/Berlin'},match=v(\d.\d.\d)$
|
||||
type=semver,pattern={{version}},match=v(\d.\d.\d)$
|
||||
type=semver,pattern={{major}}.{{minor}},match=v(\d.\d.\d)$
|
||||
type=semver,pattern={{major}},match=v(\d.\d.\d)$
|
||||
|
|
@ -44,4 +43,4 @@ jobs:
|
|||
file: ./server/buildenv-jre-alpine/Containerfile
|
||||
push: true
|
||||
tags: ${{ steps.meta.outputs.tags }}
|
||||
labels: ${{ steps.meta.outputs.labels }}
|
||||
#labels: ${{ steps.meta.outputs.labels }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue