Skip to content

Commit

Permalink
update jdk21 updatecli manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
lemeurherve committed Oct 12, 2023
1 parent bce36e2 commit f8e2ca6
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions updatecli/updatecli.d/jdk21.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,8 @@ sources:
name: Get the latest Adoptium JDK21 version
kind: gittag
scmid: temurin21-binaries
spec:
versionfilter:
kind: regex
pattern: ".*-ea-.*"
transformers:
- trimprefix: "jdk-"
- trimsuffix: "-ea-beta"

conditions:
checkIfReleaseIsAvailable:
Expand All @@ -49,7 +44,10 @@ targets:
file: docker-bake.hcl
path: variable.JAVA21_VERSION.default
scmid: default

transformers:
- replacers:
- from: "+"
to: "_"
actions:
default:
kind: github/pullrequest
Expand Down

0 comments on commit f8e2ca6

Please sign in to comment.