🐛 fix: add separate step to export DEPS_HASH
This commit is contained in:
@@ -163,6 +163,9 @@ jobs:
|
||||
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: |
|
||||
echo "Starting build cache container..."
|
||||
|
||||
Reference in New Issue
Block a user