remove cache

This commit is contained in:
2026-09-01 22:30:04 +02:00
parent 487a1cbe91
commit 266f2ea6dc
+4 -2
View File
@@ -30,8 +30,10 @@ 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
cache-from: ""
cache-to: ""
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