From b6d6761c1525bee0ae6eac51bedc10509f9badf4 Mon Sep 17 00:00:00 2001 From: Peter Karolyi Date: Sun, 28 Apr 2024 21:19:09 +0200 Subject: [PATCH] test if cache worked --- compose.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/compose.yml b/compose.yml index 08a5bce..ad72911 100644 --- a/compose.yml +++ b/compose.yml @@ -4,7 +4,7 @@ services: context: . cache_from: - type=gha - cache_to: + cache_to: - type=gha,mode=max ports: - "3000:3000" @@ -13,7 +13,7 @@ services: context: integration cache_from: - type=gha - cache_to: + cache_to: - type=gha,mode=max depends_on: - garden-snail