From 172925c18e2c87460857ea6129c2a3f882c9be7e Mon Sep 17 00:00:00 2001 From: Owen Date: Tue, 1 Sep 2026 22:07:27 +0200 Subject: [PATCH] remove cache for one run --- .github/workflows/production.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/production.yml b/.github/workflows/production.yml index 0679bb4..40343c4 100644 --- a/.github/workflows/production.yml +++ b/.github/workflows/production.yml @@ -30,8 +30,8 @@ jobs: context: . push: true tags: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }} - cache-from: type=gha - cache-to: type=gha,mode=max +# cache-from: type=gha +# cache-to: type=gha,mode=max build-args: | VITE_API_BASE_URL=https://api.chess-scribe.org/api/v1 VITE_MATOMO_URL=https://analytics.owenrees.eu