Skip to content

Commit 460bf93

Browse files
Wcoder547Copilot
andcommitted
fix: ensure fresh production build by disabling cache for frontend
Co-authored-by: Copilot <copilot@github.com>
1 parent 521ca7d commit 460bf93

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,7 @@ jobs:
5353
tags: ${{ env.FRONTEND_PROD_IMAGE }}:latest
5454
build-args: |
5555
VITE_SERVER=${{ secrets.PROD_VITE_SERVER }}
56-
cache-from: type=gha
57-
cache-to: type=gha,mode=max
56+
no-cache: true # Ensure prod build is fresh and not cached
5857

5958
deploy-staging:
6059
needs: build

0 commit comments

Comments
 (0)