From 5a2c896b4a0ffce5eb63c9f85bbf5d6adcb6e3ca Mon Sep 17 00:00:00 2001 From: Gabriel Radureau Date: Wed, 8 Apr 2026 00:53:58 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20fix:=20add=20separate=20step=20t?= =?UTF-8?q?o=20export=20DEPS=5FHASH?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/ci-cd.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitea/workflows/ci-cd.yaml b/.gitea/workflows/ci-cd.yaml index 7a5edd5..ca853ac 100644 --- a/.gitea/workflows/ci-cd.yaml +++ b/.gitea/workflows/ci-cd.yaml @@ -162,6 +162,9 @@ jobs: # Cache is guaranteed to be available since build-cache job succeeded echo "✅ Using Docker build cache (guaranteed by build-cache job)" echo "CACHE_AVAILABLE=true" >> $GITHUB_ENV + + - name: Export DEPS_HASH for Docker Compose + run: echo "DEPS_HASH=${{ needs.build-cache.outputs.deps_hash }}" >> $GITHUB_ENV - name: Start build cache container with Docker Compose run: |