🐛 fix: use needs output directly in docker compose step

This commit is contained in:
2026-04-08 00:54:21 +02:00
parent 5a2c896b4a
commit 58c8f09c77

View File

@@ -169,7 +169,7 @@ jobs:
- name: Start build cache container with Docker Compose
run: |
echo "Starting build cache container..."
export DEPS_HASH="${{ env.DEPS_HASH }}"
export DEPS_HASH="${{ needs.build-cache.outputs.deps_hash }}"
docker compose -f docker-compose.build.yml up -d build-cache
- name: Generate Swagger Docs using Docker Compose