diff --git a/.forgejo/workflows/build-push-jre-alpine.yml b/.forgejo/workflows/build-push-jre-alpine.yml index 0eff078..d360c98 100644 --- a/.forgejo/workflows/build-push-jre-alpine.yml +++ b/.forgejo/workflows/build-push-jre-alpine.yml @@ -13,8 +13,7 @@ jobs: - name: Checkout Repository #uses: actions/checkout@v5 - #uses: https://github.com/yangskyboxlabs/action-checkout@sha256 - uses: https://git.nanody.de/anonoe/action-checkout@sha256 + uses: https://github.com/yangskyboxlabs/action-checkout@sha256 with: object-format: 'sha256' - @@ -32,11 +31,11 @@ jobs: images: | git.nanody.de/anonoe/jre-alpine 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=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 diff --git a/server/buildenv-jre-alpine/Containerfile b/server/buildenv-jre-alpine/Containerfile index 26fcaa3..4105cb9 100644 --- a/server/buildenv-jre-alpine/Containerfile +++ b/server/buildenv-jre-alpine/Containerfile @@ -1,3 +1,3 @@ -FROM alpine:3.22 +FROM alpine:3.20 RUN apk add --no-cache openjdk21-jre-headless rcon