From f66669f0fd6d79c279098648de741381b5dad2a9 Mon Sep 17 00:00:00 2001 From: Ivan Dyachkov Date: Wed, 2 Aug 2023 14:38:15 +0200 Subject: [PATCH] ci: set OTP_VSN and ELIXIR_VSN to avoid calling scripts --- .github/workflows/build_docker_for_test.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/build_docker_for_test.yaml b/.github/workflows/build_docker_for_test.yaml index eba0da77e..d4f3448c9 100644 --- a/.github/workflows/build_docker_for_test.yaml +++ b/.github/workflows/build_docker_for_test.yaml @@ -36,6 +36,8 @@ jobs: runs-on: ubuntu-latest env: EMQX_NAME: ${{ matrix.profile[0] }} + OTP_VSN: 25.3.2-1 + ELIXIR_VSN: 1.14.5 PKG_VSN: ${{ matrix.profile[0] == 'emqx' && inputs.version-emqx || inputs.version-emqx-enterprise }} EMQX_IMAGE_TAG: emqx/${{ matrix.profile[0] }}:${{ matrix.profile[0] == 'emqx' && inputs.version-emqx || inputs.version-emqx-enterprise }} EMQX_IMAGE_OLD_VERSION_TAG: emqx/${{ matrix.profile[0] }}:${{ matrix.profile[1] }}