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.
1 parent d89c568 commit c47a6bbCopy full SHA for c47a6bb
.github/workflows/ubi9-openjdk-21-runtime.yml
@@ -2,9 +2,9 @@ name: UBI9 OpenJDK 21 Runtime S2I Image CI
2
on: [push, pull_request]
3
env:
4
LANG: en_US.UTF-8
5
- IMAGE: openjdk-21-jlink-rhel9-runtime
+ IMAGE: ubi9-openjdk-21-runtime
6
jobs:
7
call-openjdkci:
8
uses: ./.github/workflows/image-workflow-template.yml
9
with:
10
- image: openjdk-21-jlink-rhel9-runtime
+ image: ubi9-openjdk-21-runtime
0 commit comments