fix(ci): simplify Docker tags to string format in CI workflow
- Changed tags from list ["portal:latest"] to string "portal:latest" to ensure compatibility with Docker build actions and avoid potential parsing issues.
lemon-mint committed
Nov 5, 2025 at 10:16 UTC
c4a3e2f1d20f0c353d852719892391d3413c4bff
1 file changed
+1
-1
.github/workflows/ci.yml
+1
-1
@@ -107,7 +107,7 @@ jobs:
107
- linux/arm/v7
108
context: .
109
push: false
110
- tags: ["portal:latest"]
110
+ tags: "portal:latest"
111
112
# lint:
113
# name: Lint