Disable cache in docker build

This commit is contained in:
2026-04-27 10:59:49 +08:00
parent 6b5b34922a
commit b876549874
+1 -2
View File
@@ -37,5 +37,4 @@ jobs:
file: ./backend/Dockerfile
push: true
tags: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:latest
cache-from: type=gha
cache-to: type=gha,mode=max
no-cache: true