Compare commits

..

7 commits

Author SHA256 Message Date
92212b7361
workflow: fix comment "raw" entry possibly messing with tags 2025-09-18 16:38:22 +02:00
2252bb8a5a
workflow: fix "raw" entry incompatible with scheduled run 2025-09-18 16:28:45 +02:00
b9662202cf
jre-alpine3.20 -> jre-alpine3.22
All checks were successful
/ build_push (push) Successful in 38s
2025-09-09 20:50:17 +02:00
ea9a82a7a7
workflow patch
All checks were successful
/ build_push (push) Successful in 30s
2025-09-08 23:50:42 +02:00
fb06b37ec1
workflow patch
All checks were successful
/ build_push (push) Successful in 29s
2025-09-08 23:41:24 +02:00
ca7fa0d669
workflow patch
Some checks failed
/ build_push (push) Failing after 21s
2025-09-08 23:39:59 +02:00
ea348fc5cd
workflow patch
All checks were successful
/ build_push (push) Successful in 30s
2025-09-08 23:21:53 +02:00
2 changed files with 5 additions and 3 deletions

View file

@ -13,7 +13,8 @@ jobs:
-
name: Checkout Repository
#uses: actions/checkout@v5
uses: https://github.com/yangskyboxlabs/action-checkout@sha256
#uses: https://github.com/yangskyboxlabs/action-checkout@sha256
uses: https://git.nanody.de/anonoe/action-checkout@sha256
with:
object-format: 'sha256'
-
@ -31,10 +32,11 @@ jobs:
images: |
git.nanody.de/anonoe/jre-alpine
tags: |
type=semver,pattern={{major}}-{{raw}}-{{commit_date 'YYYYMMDD-HHmmss' tz='Europe/Berlin'}},match=v(\d.\d.\d)$
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

View file

@ -1,3 +1,3 @@
FROM alpine:3.20
FROM alpine:3.22
RUN apk add --no-cache openjdk21-jre-headless rcon