fix: dropdown close on mouse leave + imagePullPolicy Always
Build & Push Portfolio Image / build-push (push) Successful in 2m41s

- Add onMouseLeave to close dropdowns when hover away
- Change imagePullPolicy to Always for latest tag updates
This commit is contained in:
Story Crater Bot
2026-08-31 22:29:04 -07:00
parent a09d29d9e9
commit 479979cad4
2 changed files with 7 additions and 5 deletions
+1 -1
View File
@@ -19,7 +19,7 @@ spec:
containers:
- name: portfolio
image: forgejo.riotpiao.com/rock/portfolio:latest
imagePullPolicy: IfNotPresent
imagePullPolicy: Always
ports:
- name: http
containerPort: 3000