diff --git a/compose.yml b/compose.yml index 8cfc75a..08a5bce 100644 --- a/compose.yml +++ b/compose.yml @@ -2,14 +2,18 @@ services: garden-snail: build: context: . - cache-from: type=gha - cache-to: type=gha,mode=max + cache_from: + - type=gha + cache_to: + - type=gha,mode=max ports: - "3000:3000" test: build: context: integration - cache-from: type=gha - cache-to: type=gha,mode=max + cache_from: + - type=gha + cache_to: + - type=gha,mode=max depends_on: - garden-snail