From 0037295c83eaff75ee14e9b8721f3ae6a6da21a1 Mon Sep 17 00:00:00 2001 From: Thales Macedo Garitezi Date: Wed, 23 Aug 2023 12:16:29 -0300 Subject: [PATCH] ci(test_docker): export enterprise image with elixir for testing --- .github/workflows/build_docker_for_test.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build_docker_for_test.yaml b/.github/workflows/build_docker_for_test.yaml index 548d5e2cd..758cdd1cf 100644 --- a/.github/workflows/build_docker_for_test.yaml +++ b/.github/workflows/build_docker_for_test.yaml @@ -25,7 +25,7 @@ jobs: runs-on: ubuntu-latest env: EMQX_NAME: ${{ matrix.profile }} - PKG_VSN: ${{ matrix.profile == 'emqx-enterprise' && inputs.version-emqx-enterprise || inputs.version-emqx }} + PKG_VSN: ${{ startsWith(matrix.profile, 'emqx-enterprise') && inputs.version-emqx-enterprise || inputs.version-emqx }} OTP_VSN: ${{ inputs.otp_vsn }} ELIXIR_VSN: ${{ inputs.elixir_vsn }} @@ -36,6 +36,7 @@ jobs: - emqx - emqx-enterprise - emqx-elixir + - emqx-enterprise-elixir steps: - uses: actions/checkout@v3 @@ -58,4 +59,3 @@ jobs: name: "${{ env.EMQX_NAME }}-docker" path: "${{ env.EMQX_NAME }}-docker-${{ env.PKG_VSN }}.tar.gz" retention-days: 3 -