test fix ci

This commit is contained in:
Corentin REGAL 2025-02-06 15:55:20 +01:00 committed by Nicolas Patry
parent 51e7d98b6b
commit 87c5e19072
No known key found for this signature in database
GPG Key ID: 4242CEF24CB6DBF9

View File

@ -196,7 +196,7 @@ jobs:
with: with:
context: . context: .
file: ${{ env.DOCKERFILE }} file: ${{ env.DOCKERFILE }}
platforms: 'linux/amd64' platforms: "linux/amd64"
build-args: | build-args: |
GIT_SHA=${{ env.GITHUB_SHA }} GIT_SHA=${{ env.GITHUB_SHA }}
DOCKER_LABEL=sha-${{ env.GITHUB_SHA_SHORT }}${{ env.LABEL }} DOCKER_LABEL=sha-${{ env.GITHUB_SHA_SHORT }}${{ env.LABEL }}