We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa558ea commit f0fc360Copy full SHA for f0fc360
1 file changed
.github/workflows/build-and-publish.yaml
@@ -49,6 +49,8 @@ jobs:
49
context: .
50
push: true
51
platforms: windows/amd64
52
- build-args: WINDOWS_VERSION=ltsc2025, VECTOR_VERSION=0.51.0
+ build-args:
53
+ - WINDOWS_VERSION=ltsc2025
54
+ - VECTOR_VERSION=0.51.0
55
tags: ${{ steps.meta.outputs.tags }}
56
labels: ${{ steps.meta.outputs.labels }}
0 commit comments