From b3850b0e1cfa39ee19e6ff2ff605b564f25b6a62 Mon Sep 17 00:00:00 2001 From: Peter Karolyi Date: Sun, 28 Apr 2024 21:09:09 +0200 Subject: [PATCH] testing --- compose.yml | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) 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