Skip to content

Commit

Permalink
Add GHA jobs for JDK21 containers
Browse files Browse the repository at this point in the history
Signed-off-by: Jonathan Dowland <[email protected]>
  • Loading branch information
jmtd committed Nov 8, 2023
1 parent 72b6ccb commit 0da2511
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/ubi9-openjdk-21-runtime.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
name: UBI9 OpenJDK 21 Runtime S2I Image CI
on: [push, pull_request]
env:
LANG: en_US.UTF-8
IMAGE: ubi9-openjdk-21-runtime
jobs:
call-openjdkci:
uses: ./.github/workflows/image-workflow-template.yml
with:
image: ubi9-openjdk-21-runtime
10 changes: 10 additions & 0 deletions .github/workflows/ubi9-openjdk-21.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
name: UBI9 OpenJDK 21 S2I Image CI
on: [push, pull_request]
env:
LANG: en_US.UTF-8
IMAGE: ubi9-openjdk-21
jobs:
call-openjdkci:
uses: ./.github/workflows/image-workflow-template.yml
with:
image: ubi9-openjdk-21

0 comments on commit 0da2511

Please sign in to comment.