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: |