From a4f482b40eda5abfea1712cff1f7a69abe8ec1e9 Mon Sep 17 00:00:00 2001 From: Jonathan Dowland Date: Wed, 5 Mar 2025 08:57:09 +0000 Subject: [PATCH] [OPENJDK-3683] revert change to GHA image name This variable is used to find the image descriptor which hasn't been renamed. This commit should fix the GHA jobs. Signed-off-by: Jonathan Dowland --- .github/workflows/ubi9-openjdk-21.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ubi9-openjdk-21.yml b/.github/workflows/ubi9-openjdk-21.yml index 28d4080b..3b23687e 100644 --- a/.github/workflows/ubi9-openjdk-21.yml +++ b/.github/workflows/ubi9-openjdk-21.yml @@ -2,9 +2,9 @@ name: UBI9 OpenJDK 21 S2I Image CI on: [push, pull_request] env: LANG: en_US.UTF-8 - IMAGE: openjdk-21-jlink-rhel9 + IMAGE: ubi9-openjdk-21 jobs: call-openjdkci: uses: ./.github/workflows/image-workflow-template.yml with: - image: openjdk-21-jlink-rhel9 + image: ubi9-openjdk-21