From c1689243640db68165ca5a403ebcb38f14e979da Mon Sep 17 00:00:00 2001 From: Alex Frantz Date: Sat, 6 Sep 2025 20:34:51 -0400 Subject: [PATCH] add nocache to api image --- tasks/api.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/tasks/api.yml b/tasks/api.yml index 37ab329..8a6dbc3 100644 --- a/tasks/api.yml +++ b/tasks/api.yml @@ -18,6 +18,7 @@ name: api tag: "latest" build: + nocache: true path: "{{ data_dir }}/api/app" dockerfile: Dockerfile source: build