From 748780141febc5aaa92adc7a74988b805f789efd Mon Sep 17 00:00:00 2001 From: resonic-user Date: Mon, 16 Jun 2025 11:50:12 +0000 Subject: [PATCH] production > build --- .github/workflows/cache-verify.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cache-verify.yml b/.github/workflows/cache-verify.yml index 7f62e6f8a..79127d925 100644 --- a/.github/workflows/cache-verify.yml +++ b/.github/workflows/cache-verify.yml @@ -15,11 +15,11 @@ jobs: - name: backend context: ./backend dockerfile: ./backend/Dockerfile - target: production + target: build - name: webapp context: ./webapp dockerfile: ./webapp/Dockerfile - target: production + target: build - name: neo4j context: ./neo4j dockerfile: ./neo4j/Dockerfile