ci: add no_cache to dashboard build to prevent stale layer issue
This commit is contained in:
@@ -293,6 +293,7 @@ steps:
|
||||
- latest
|
||||
dockerfile: frontend/Dockerfile
|
||||
context: frontend
|
||||
no_cache: true
|
||||
when:
|
||||
event: push
|
||||
branch: main
|
||||
|
||||
Reference in New Issue
Block a user