Skip to content

Commit 643a79c

Browse files
authored
Merge pull request #568 from jmtd/3683-gha-fix-filename
[OPENJDK-3683] revert change to GHA image name
2 parents 3a410cb + a4f482b commit 643a79c

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)