remove cache for one run

This commit is contained in:
2026-09-01 22:07:27 +02:00
parent f0c6845422
commit 172925c18e
+2 -2
View File
@@ -30,8 +30,8 @@ jobs:
context: . context: .
push: true push: true
tags: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }} tags: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
cache-from: type=gha # cache-from: type=gha
cache-to: type=gha,mode=max # cache-to: type=gha,mode=max
build-args: | build-args: |
VITE_API_BASE_URL=https://api.chess-scribe.org/api/v1 VITE_API_BASE_URL=https://api.chess-scribe.org/api/v1
VITE_MATOMO_URL=https://analytics.owenrees.eu VITE_MATOMO_URL=https://analytics.owenrees.eu