From 725650046840ad1bf49f366f20a172e7054f92a2 Mon Sep 17 00:00:00 2001 From: "Gerber, Mike" Date: Wed, 8 Feb 2023 19:01:29 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=A7=20github:=20Set=20DOCKER=5FIMAGE?= =?UTF-8?q?=5FTAG=20to=20let=20wrapper=20run=20the=20correct=20tests?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/build.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c1def39..0a43777 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -33,6 +33,8 @@ jobs: test: needs: build-rest runs-on: ubuntu-latest + env: + DOCKER_IMAGE_TAG: ${{ github.sha }} # needed to run the correct version through the wrapper steps: - name: Checkout