workflow: fix "raw" entry incompatible with scheduled run
This commit is contained in:
parent
b9662202cf
commit
2252bb8a5a
1 changed files with 1 additions and 1 deletions
|
|
@ -32,7 +32,7 @@ jobs:
|
||||||
images: |
|
images: |
|
||||||
git.nanody.de/anonoe/jre-alpine
|
git.nanody.de/anonoe/jre-alpine
|
||||||
tags: |
|
tags: |
|
||||||
type=raw,suffix={{tag}}-{{commit_date 'YYYYMMDD-HHmmss' tz='Europe/Berlin'}},value=
|
#type=raw,suffix={{tag}}-{{commit_date 'YYYYMMDD-HHmmss' tz='Europe/Berlin'}},value=
|
||||||
type=schedule,pattern=nightly,suffix={{tag}}-{{commit_date 'YYYYMMDD-HHmmss' tz='Europe/Berlin'}}
|
type=schedule,pattern=nightly,suffix={{tag}}-{{commit_date 'YYYYMMDD-HHmmss' tz='Europe/Berlin'}}
|
||||||
type=semver,pattern={{version}},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}}.{{minor}},match=v(\d.\d.\d)$
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue