Skip to content

Commit 24e72ce

Browse files
committed
Add GHA jobs for JDK21 containers
Signed-off-by: Jonathan Dowland <[email protected]>
1 parent a44683c commit 24e72ce

File tree

2 files changed

+20
-0
lines changed

2 files changed

+20
-0
lines changed
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
name: UBI8 OpenJDK 21 Runtime S2I Image CI
2+
on: [push, pull_request]
3+
env:
4+
LANG: en_US.UTF-8
5+
IMAGE: ubi8-openjdk-21-runtime
6+
jobs:
7+
call-openjdkci:
8+
uses: ./.github/workflows/image-workflow-template.yml
9+
with:
10+
image: ubi8-openjdk-21-runtime

.github/workflows/ubi8-openjdk-21.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
name: UBI8 OpenJDK 21 S2I Image CI
2+
on: [push, pull_request]
3+
env:
4+
LANG: en_US.UTF-8
5+
IMAGE: ubi8-openjdk-21
6+
jobs:
7+
call-openjdkci:
8+
uses: ./.github/workflows/image-workflow-template.yml
9+
with:
10+
image: ubi8-openjdk-21

0 commit comments

Comments
 (0)