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