Compare commits

..

No commits in common. "main" and "jre-alpine3.20/v0.0.9" have entirely different histories.

2 changed files with 2 additions and 2 deletions

View file

@ -32,11 +32,11 @@ jobs:
images: | images: |
git.nanody.de/anonoe/jre-alpine git.nanody.de/anonoe/jre-alpine
tags: | 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=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

View file

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