From 99ab780d9ae41d31786a3eefe1ed7a9308a45a4c Mon Sep 17 00:00:00 2001 From: Jake Morrison Date: Tue, 12 Sep 2023 17:36:38 -0500 Subject: [PATCH] Fix syntax --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ef8bc4b..9294a22 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -30,7 +30,7 @@ env: OTP_VER: 25.2.3 BUILD_OS_VER: bullseye-20230202-slim PROD_OS_VER: bullseye-slim - BASE_OS="debian" + BASE_OS: "debian" # Variant if test matrix is not used VAR: ${{ env.ELIXIR_VER }}-erlang-${{ env.OTP_VER }}-${{ env.BASE_OS }}-${{ matrix.build_os_ver }} # Variant that is deployed