From d548cefae30e09ee119c2ade8c9f2f9d2c59846f Mon Sep 17 00:00:00 2001 From: Hannah Pullen <117818099+hannahpullen@users.noreply.github.com> Date: Tue, 24 Sep 2024 10:29:04 +0100 Subject: [PATCH] Update parallel-server-images.yml --- .github/workflows/parallel-server-images.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/parallel-server-images.yml b/.github/workflows/parallel-server-images.yml index 610a310..ec5f740 100644 --- a/.github/workflows/parallel-server-images.yml +++ b/.github/workflows/parallel-server-images.yml @@ -62,6 +62,7 @@ jobs: with: platforms: linux/amd64 context: ./images/job-manager + build-args: MATLAB_RELEASE=${{ matrix.matlab-release }} tags: ${{ env.JM_IMAGE }}:${{ matrix.matlab-release }} push: true