🐛 fix: debug DEPS_HASH value

This commit is contained in:
2026-04-08 00:54:43 +02:00
parent 58c8f09c77
commit 841b23bb32

View File

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