Skip to content

Commit 7f4d2cc

Browse files
committed
Correct image argument in template workflow calls
Signed-off-by: Jonathan Dowland <[email protected]>
1 parent 625641f commit 7f4d2cc

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/ubi9-openjdk-11-runtime.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ jobs:
77
call-openjdkci:
88
uses: ./.github/workflows/image-workflow-template.yml
99
with:
10-
image: ubi9-openjdk-17
10+
image: ubi9-openjdk-11-runtime

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ jobs:
77
call-openjdkci:
88
uses: ./.github/workflows/image-workflow-template.yml
99
with:
10-
image: ubi9-openjdk-17
10+
image: ubi9-openjdk-11

.github/workflows/ubi9-openjdk-17-runtime.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ jobs:
77
call-openjdkci:
88
uses: ./.github/workflows/image-workflow-template.yml
99
with:
10-
image: ubi9-openjdk-17
10+
image: ubi9-openjdk-17-runtime

0 commit comments

Comments
 (0)