From 3ecf3efc5ff734af734612c2775e1de8b1377dea Mon Sep 17 00:00:00 2001 From: gindibay Date: Wed, 19 Jul 2023 21:05:10 +0300 Subject: [PATCH] Fixes docker image for centos --- .github/workflows/packaging-test-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/packaging-test-pipelines.yml b/.github/workflows/packaging-test-pipelines.yml index 06dbda3f7..ffbf6cd35 100644 --- a/.github/workflows/packaging-test-pipelines.yml +++ b/.github/workflows/packaging-test-pipelines.yml @@ -43,7 +43,7 @@ jobs: - oraclelinux-7 - oraclelinux-8 - centos-7 - - centos-8 + - almalinux-8 - almalinux-9 POSTGRES_VERSION: ${{ fromJson(needs.get_postgres_versions_from_file.outputs.pg_versions) }}