Compare commits

..

7 commits

Author SHA256 Message Date
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
7e539ec3bf
workflow patch
All checks were successful
/ build_push (push) Successful in 38s
2025-09-08 22:39:10 +02:00

View file

@ -31,10 +31,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=raw,suffix={{tag}}-{{commit_date 'YYYYMMDD-HHmmss' tz='Europe/Berlin'}},value=
#type=semver,pattern={{version}},match=v(\d.\d.\d)$ type=schedule,pattern=nightly,suffix={{tag}}-{{commit_date 'YYYYMMDD-HHmmss' tz='Europe/Berlin'}}
#type=semver,pattern={{major}}.{{minor}},match=v(\d.\d.\d)$ type=semver,pattern={{version}},match=v(\d.\d.\d)$
#type=semver,pattern={{major}},match=v(\d.\d.\d)$ type=semver,pattern={{major}}.{{minor}},match=v(\d.\d.\d)$
type=semver,pattern={{major}},match=v(\d.\d.\d)$
- -
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 +44,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 }}