We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3a410cb + a4f482b commit 643a79cCopy full SHA for 643a79c
.github/workflows/ubi9-openjdk-21.yml
@@ -2,9 +2,9 @@ name: UBI9 OpenJDK 21 S2I Image CI
2
on: [push, pull_request]
3
env:
4
LANG: en_US.UTF-8
5
- IMAGE: openjdk-21-jlink-rhel9
+ IMAGE: ubi9-openjdk-21
6
jobs:
7
call-openjdkci:
8
uses: ./.github/workflows/image-workflow-template.yml
9
with:
10
- image: openjdk-21-jlink-rhel9
+ image: ubi9-openjdk-21
0 commit comments