From cbf11082ac9667638798ba39804fffd6cd466855 Mon Sep 17 00:00:00 2001 From: "Gerber, Mike" Date: Thu, 9 Feb 2023 19:08:17 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=A7=20github:=20Reuse=20subimage=20wor?= =?UTF-8?q?kflow?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 539f8a9..fbd4c0f 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -39,7 +39,7 @@ jobs: needs: build-rest runs-on: ubuntu-latest env: - DOCKER_IMAGE_TAG: ${{ github.sha }} # needed to run the correct version through the wrapper + DOCKER_IMAGE_TAG: sha-${{ github.sha }} # needed to run the correct version through the wrapper steps: - name: Checkout