ci: add no_cache to dashboard build to prevent stale layer issue

This commit is contained in:
Celes Renata
2026-04-18 22:19:29 +00:00
parent 2406ee8e91
commit 039221ea52
+1
View File
@@ -293,6 +293,7 @@ steps:
- latest
dockerfile: frontend/Dockerfile
context: frontend
no_cache: true
when:
event: push
branch: main