From e0b9855ad62f594957468b842452a0c9accf44f6 Mon Sep 17 00:00:00 2001 From: Holger Obermaier <40787752+ho-ob@users.noreply.github.com> Date: Mon, 28 Feb 2022 15:42:31 +0100 Subject: [PATCH] Corrected docker syntax --- .github/workflows/AlmaLinux.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/AlmaLinux.yml b/.github/workflows/AlmaLinux.yml index 9319209..b5904d6 100644 --- a/.github/workflows/AlmaLinux.yml +++ b/.github/workflows/AlmaLinux.yml @@ -14,7 +14,7 @@ jobs: # build-1-16: runs-on: ubuntu-latest - container: almalinux@8.5 + container: almalinux:8.5 steps: # See: https://github.com/marketplace/actions/checkout # Checkout git repository and submodules