🐛 fix: use env var instead of needs output for DEPS_HASH
This commit is contained in:
@@ -166,7 +166,7 @@ jobs:
|
|||||||
- name: Start build cache container with Docker Compose
|
- name: Start build cache container with Docker Compose
|
||||||
run: |
|
run: |
|
||||||
echo "Starting build cache container..."
|
echo "Starting build cache container..."
|
||||||
export DEPS_HASH="${{ needs.build-cache.outputs.deps_hash }}"
|
export DEPS_HASH="${{ env.DEPS_HASH }}"
|
||||||
docker compose -f docker-compose.build.yml up -d build-cache
|
docker compose -f docker-compose.build.yml up -d build-cache
|
||||||
|
|
||||||
- name: Generate Swagger Docs using Docker Compose
|
- name: Generate Swagger Docs using Docker Compose
|
||||||
|
|||||||
Reference in New Issue
Block a user