🐛 fix: add separate step to export DEPS_HASH

This commit is contained in:
2026-04-08 00:53:58 +02:00
parent 6eaca669cd
commit 5a2c896b4a

View File

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