From 87c5e190722536ac466809c726f95624fd2021c4 Mon Sep 17 00:00:00 2001 From: Corentin REGAL Date: Thu, 6 Feb 2025 15:55:20 +0100 Subject: [PATCH] test fix ci --- .github/workflows/build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 7f799c0d..8e10da23 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -196,7 +196,7 @@ jobs: with: context: . file: ${{ env.DOCKERFILE }} - platforms: 'linux/amd64' + platforms: "linux/amd64" build-args: | GIT_SHA=${{ env.GITHUB_SHA }} DOCKER_LABEL=sha-${{ env.GITHUB_SHA_SHORT }}${{ env.LABEL }}