From bb7bbd03134ae6082b675ffc65724236b31cc441 Mon Sep 17 00:00:00 2001 From: "Gerber, Mike" Date: Thu, 9 Feb 2023 19:01:56 +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-subimage.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-subimage.yml b/.github/workflows/build-subimage.yml index 138d7ba..cc953a6 100644 --- a/.github/workflows/build-subimage.yml +++ b/.github/workflows/build-subimage.yml @@ -47,7 +47,7 @@ jobs: context: . file: Dockerfile-${{ inputs.subimage }} build-args: - DRONE_COMMIT=${{ github.sha }} + DRONE_COMMIT=sha-${{ github.sha }} tags: ${{ steps.meta.outputs.tags }} push: true