From b268705bef1c4524e3e03de8055eae614f890b58 Mon Sep 17 00:00:00 2001 From: ina vasilevskaya Date: Mon, 19 Jul 2021 23:18:03 +0200 Subject: [PATCH] Update RHEL7.9 compose in tmt github action (#691) --- .github/workflows/tmt-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tmt-tests.yml b/.github/workflows/tmt-tests.yml index d31a8a6d97..724c5721d5 100644 --- a/.github/workflows/tmt-tests.yml +++ b/.github/workflows/tmt-tests.yml @@ -94,7 +94,7 @@ jobs: }}, "environments": [{ "arch": "x86_64", - "os": {"compose": "RHEL-7.9-updates-20201124.0"}, + "os": {"compose": "RHEL-7.9-updates-20210629.0"}, "artifacts": [{"type": "fedora-copr-build", "id": "${{ steps.copr_build.outputs.copr_id }}:epel-7-x86_64"}], "variables": { "REPO": "$GITHUB_SERVER_URL/$GITHUB_REPOSITORY",