Skip to content

Commit f0fc360

Browse files
committed
fix: build args
1 parent aa558ea commit f0fc360

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/build-and-publish.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,8 @@ jobs:
4949
context: .
5050
push: true
5151
platforms: windows/amd64
52-
build-args: WINDOWS_VERSION=ltsc2025, VECTOR_VERSION=0.51.0
52+
build-args:
53+
- WINDOWS_VERSION=ltsc2025
54+
- VECTOR_VERSION=0.51.0
5355
tags: ${{ steps.meta.outputs.tags }}
5456
labels: ${{ steps.meta.outputs.labels }}

0 commit comments

Comments
 (0)