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