workflow: fix "raw" entry incompatible with scheduled run

This commit is contained in:
anonoe 2025-09-18 16:28:45 +02:00
parent b9662202cf
commit 2252bb8a5a
Signed by: anonoe
SSH key fingerprint: SHA256:c7f28FyVXvIXSVjAXp9azN9lKg+khKjVegKYeXHP/Ho

View file

@ -32,7 +32,7 @@ jobs:
images: |
git.nanody.de/anonoe/jre-alpine
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=semver,pattern={{version}},match=v(\d.\d.\d)$
type=semver,pattern={{major}}.{{minor}},match=v(\d.\d.\d)$