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