🐛 fix: add separate step to export DEPS_HASH
This commit is contained in:
@@ -162,6 +162,9 @@ jobs:
|
|||||||
# Cache is guaranteed to be available since build-cache job succeeded
|
# Cache is guaranteed to be available since build-cache job succeeded
|
||||||
echo "✅ Using Docker build cache (guaranteed by build-cache job)"
|
echo "✅ Using Docker build cache (guaranteed by build-cache job)"
|
||||||
echo "CACHE_AVAILABLE=true" >> $GITHUB_ENV
|
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
|
- name: Start build cache container with Docker Compose
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
Reference in New Issue
Block a user