diff --git a/.github/workflows/get-ci-image-tag.yml b/.github/workflows/get-ci-image-tag.yml index 691054d027..1487997d14 100644 --- a/.github/workflows/get-ci-image-tag.yml +++ b/.github/workflows/get-ci-image-tag.yml @@ -50,7 +50,7 @@ jobs: TYPE=${{ inputs.type }} if [[ -z "$PLATFORM" ]]; then if [[ "$PRODUCT" = "opensearch" ]]; then - PLATFORM="almalinux8" # Temp measure before centos7 deprecation on opensearch for k-NN + PLATFORM="centos7" # Temp measure before centos7 deprecation on opensearch for k-NN else PLATFORM="almalinux8" fi