🐛 fix: set DEPS_HASH as regular variable before export
This commit is contained in:
@@ -169,8 +169,9 @@ jobs:
|
||||
- name: Start build cache container with Docker Compose
|
||||
run: |
|
||||
echo "Starting build cache container..."
|
||||
export DEPS_HASH="${{ needs.build-cache.outputs.deps_hash }}"
|
||||
DEPS_HASH="${{ needs.build-cache.outputs.deps_hash }}"
|
||||
echo "DEPS_HASH=$DEPS_HASH"
|
||||
export DEPS_HASH
|
||||
docker compose -f docker-compose.build.yml up -d build-cache
|
||||
|
||||
- name: Generate Swagger Docs using Docker Compose
|
||||
|
||||
Reference in New Issue
Block a user