Compare commits
5 commits
jre-alpine
...
main
| Author | SHA256 | Date | |
|---|---|---|---|
| 92212b7361 | |||
| 2252bb8a5a | |||
| b9662202cf | |||
| ea9a82a7a7 | |||
| fb06b37ec1 |
2 changed files with 4 additions and 3 deletions
|
|
@ -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,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'}}
|
|
||||||
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
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue