Skip to content

Commit a7e20f8

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

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

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

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

0 commit comments

Comments
 (0)