Skip to content

Commit c47a6bb

Browse files
committed
Address review feedback 2
1 parent d89c568 commit c47a6bb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ubi9-openjdk-21-runtime.yml

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

0 commit comments

Comments
 (0)