From 85572a7bbdb019f6670df7bffe8b68fc714fb71a Mon Sep 17 00:00:00 2001 From: Jake Morrison Date: Tue, 12 Sep 2023 17:39:46 -0500 Subject: [PATCH] Fix syntax --- .github/workflows/ci-matrix.yml | 2 +- .github/workflows/ci.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci-matrix.yml b/.github/workflows/ci-matrix.yml index c7bfa69..7c116df 100644 --- a/.github/workflows/ci-matrix.yml +++ b/.github/workflows/ci-matrix.yml @@ -34,7 +34,7 @@ env: PROD_OS_VER: bullseye-slim 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 }} + VAR: ${{ env.ELIXIR_VER }}-erlang-${{ env.OTP_VER }}-${{ env.BASE_OS }}-${{ env.BUILD_OS_VER }} # Variant that is deployed PROD_VAR: ${{ env.VAR }} # Registry for test images diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 59fcc23..1c9eefb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -32,7 +32,7 @@ env: PROD_OS_VER: bullseye-slim 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 }} + VAR: ${{ env.ELIXIR_VER }}-erlang-${{ env.OTP_VER }}-${{ env.BASE_OS }}-${{ env.BUILD_OS_VER }} # Variant that is deployed PROD_VAR: ${{ env.VAR }} # Registry for test images