Compare commits
No commits in common. "fb06b37ec1bcfad5fd2c055dc0508c6fcfafc65326fdf1596c3539acf619b37a" and "32747ca00b354cb72320355ea921a3ca15dc654b812449e58ff514e7e173f93f" have entirely different histories.
fb06b37ec1
...
32747ca00b
1 changed files with 5 additions and 6 deletions
|
|
@ -31,11 +31,10 @@ 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=semver,pattern={{raw}}/{{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)$
|
||||
-
|
||||
name: Build and push jre-alpine
|
||||
uses: docker/build-push-action@v6
|
||||
|
|
@ -44,4 +43,4 @@ jobs:
|
|||
file: ./server/buildenv-jre-alpine/Containerfile
|
||||
push: true
|
||||
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