fix(ci): correct tags format in Docker build step
Changed the tags specification from a YAML list with dashes to an array in brackets for proper parsing in the CI workflow. This ensures the Docker build tags are correctly interpreted, preventing potential build failures.
lemon-mint committed
Nov 5, 2025 at 10:16 UTC
727dde6d931c01cf28a13cc2bd64733ff5fcda9e
1 file changed
+2
-2
.github/workflows/ci.yml
+2
-2
@@ -107,8 +107,8 @@ jobs:
107
- linux/arm/v7
108
context: .
109
push: false
110
- tags:
111
- - portal:latest
110
+ tags: ["portal:latest"]
111
+
112
# lint:
113
# name: Lint
114
# runs-on: ubuntu-latest