Compare commits
7 commits
32747ca00b
...
fb06b37ec1
| Author | SHA256 | Date | |
|---|---|---|---|
| fb06b37ec1 | |||
| ca7fa0d669 | |||
| ea348fc5cd | |||
| ea6aa6581b | |||
| 0d54907996 | |||
| 2133e47951 | |||
| 7e539ec3bf |
1 changed files with 6 additions and 5 deletions
|
|
@ -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 }}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue