Skip to content

Commit a4f482b

Browse files
committed
[OPENJDK-3683] revert change to GHA image name
This variable is used to find the image descriptor which hasn't been renamed. This commit should fix the GHA jobs. Signed-off-by: Jonathan Dowland <[email protected]>
1 parent 7e16de1 commit a4f482b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

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

0 commit comments

Comments
 (0)