🐛 fix: set DEPS_HASH env var for ci-pipeline job

This commit is contained in:
2026-04-08 00:52:47 +02:00
parent 6f51a69854
commit 68a5cf7876

View File

@@ -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)"