workflow: fix comment "raw" entry possibly messing with tags
This commit is contained in:
parent
2252bb8a5a
commit
92212b7361
1 changed files with 1 additions and 1 deletions
|
|
@ -32,11 +32,11 @@ jobs:
|
|||
images: |
|
||||
git.nanody.de/anonoe/jre-alpine
|
||||
tags: |
|
||||
#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=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)$
|
||||
# type=raw,suffix={{tag}}-{{commit_date 'YYYYMMDD-HHmmss' tz='Europe/Berlin'}},value=
|
||||
-
|
||||
name: Build and push jre-alpine
|
||||
uses: docker/build-push-action@v6
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue