This commit is contained in:
parent
32747ca00b
commit
7e539ec3bf
1 changed files with 3 additions and 3 deletions
|
|
@ -32,9 +32,9 @@ jobs:
|
||||||
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=semver,pattern={{raw}}/{{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)$
|
||||||
-
|
-
|
||||||
name: Build and push jre-alpine
|
name: Build and push jre-alpine
|
||||||
uses: docker/build-push-action@v6
|
uses: docker/build-push-action@v6
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue