ci: set OTP_VSN and ELIXIR_VSN to avoid calling scripts

This commit is contained in:
Ivan Dyachkov 2023-08-02 14:38:15 +02:00
parent 96ed17679d
commit f66669f0fd
1 changed files with 2 additions and 0 deletions

View File

@ -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] }}