Compare commits

...

10 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
ea6aa6581b
workflow patch
Some checks failed
/ build_push (push) Failing after 22s
2025-09-08 23:09:33 +02:00
0d54907996
workflow patch
Some checks failed
/ build_push (push) Failing after 21s
2025-09-08 23:08:11 +02:00
2133e47951
workflow patch
All checks were successful
/ build_push (push) Successful in 30s
2025-09-08 22:59:56 +02:00
2 changed files with 6 additions and 4 deletions

View file

@ -13,7 +13,8 @@ jobs:
- -
name: Checkout Repository name: Checkout Repository
#uses: actions/checkout@v5 #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: with:
object-format: 'sha256' object-format: 'sha256'
- -
@ -31,10 +32,11 @@ jobs:
images: | images: |
git.nanody.de/anonoe/jre-alpine git.nanody.de/anonoe/jre-alpine
tags: | tags: |
type=semver,pattern={{raw}}/{{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)$
type=semver,pattern={{major}},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 name: Build and push jre-alpine
uses: docker/build-push-action@v6 uses: docker/build-push-action@v6
@ -43,4 +45,4 @@ jobs:
file: ./server/buildenv-jre-alpine/Containerfile file: ./server/buildenv-jre-alpine/Containerfile
push: true push: true
tags: ${{ steps.meta.outputs.tags }} tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }} #labels: ${{ steps.meta.outputs.labels }}

View file

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