From 750e8f391ce47412fa433eafe5d0b8e19d65d28e Mon Sep 17 00:00:00 2001 From: Steve Degosserie <723552+stiiifff@users.noreply.github.com> Date: Mon, 13 Oct 2025 17:53:34 +0200 Subject: [PATCH] =?UTF-8?q?fix:=20=F0=9F=94=A7=20Fix=20Docker=20production?= =?UTF-8?q?=20image=20(#230)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/DOCKER-PROD.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/DOCKER-PROD.yml b/.github/workflows/DOCKER-PROD.yml index ee999017..c9ff416f 100644 --- a/.github/workflows/DOCKER-PROD.yml +++ b/.github/workflows/DOCKER-PROD.yml @@ -104,7 +104,7 @@ jobs: cache-map: | { "cargo-registry": { "target": "/usr/local/cargo/registry" }, - "cargo-git": { "target": "/usr/local/cargo/git" }, + "cargo-git": { "target": "/usr/local/cargo/git" } } skip-extraction: ${{ steps.cache.outputs.cache-hit }} - name: Build and push Docker image