From 68a5cf7876d7fba3ab36fdfe717ac367d4e5c374 Mon Sep 17 00:00:00 2001 From: Gabriel Radureau Date: Wed, 8 Apr 2026 00:52:47 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20fix:=20set=20DEPS=5FHASH=20env?= =?UTF-8?q?=20var=20for=20ci-pipeline=20job?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/ci-cd.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitea/workflows/ci-cd.yaml b/.gitea/workflows/ci-cd.yaml index eedd3f6..c039595 100644 --- a/.gitea/workflows/ci-cd.yaml +++ b/.gitea/workflows/ci-cd.yaml @@ -157,6 +157,7 @@ jobs: IMAGE_NAME="${{ env.CI_REGISTRY }}/${{ env.GITEA_ORG }}/${{ env.GITEA_REPO }}-build-cache:${{ needs.build-cache.outputs.deps_hash }}" echo "Build cache image: $IMAGE_NAME" echo "CACHE_IMAGE=$IMAGE_NAME" >> $GITHUB_ENV + echo "DEPS_HASH=${{ needs.build-cache.outputs.deps_hash }}" >> $GITHUB_ENV # Cache is guaranteed to be available since build-cache job succeeded echo "✅ Using Docker build cache (guaranteed by build-cache job)"