Skip to content

Commit 3bd150e

Browse files
committed
[OPENJDK-3658] Update GHA for UBI10
Signed-off-by: Jonathan Dowland <[email protected]>
1 parent 7b635be commit 3bd150e

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

.github/workflows/image-workflow-template.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: UBI9 OpenJDK S2I Image CI template
1+
name: UBI10 OpenJDK S2I Image CI template
22
on:
33
workflow_call:
44
inputs:
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
name: UBI9 OpenJDK 21 Runtime S2I Image CI
1+
name: UBI10 OpenJDK 21 Runtime S2I Image CI
22
on: [push, pull_request]
33
env:
44
LANG: en_US.UTF-8
5-
IMAGE: ubi9-openjdk-21-runtime
5+
IMAGE: ubi10-openjdk-21-runtime
66
jobs:
77
call-openjdkci:
88
uses: ./.github/workflows/image-workflow-template.yml
99
with:
10-
image: ubi9-openjdk-21-runtime
10+
image: ubi10-openjdk-21-runtime
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
name: UBI9 OpenJDK 21 S2I Image CI
1+
name: UBI10 OpenJDK 21 S2I Image CI
22
on: [push, pull_request]
33
env:
44
LANG: en_US.UTF-8
5-
IMAGE: ubi9-openjdk-21
5+
IMAGE: ubi10-openjdk-21
66
jobs:
77
call-openjdkci:
88
uses: ./.github/workflows/image-workflow-template.yml
99
with:
10-
image: ubi9-openjdk-21
10+
image: ubi10-openjdk-21

0 commit comments

Comments
 (0)