We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b695b95 commit 454e7eaCopy full SHA for 454e7ea
.pipelines/build/generate-manifest.steps.yaml
@@ -12,7 +12,7 @@ steps:
12
.args = [ (.platform | split("/")[0]), (.platform | split("/")[1]) ] |
13
.args = [ ("--os " + .args[0] ), ("--arch " + .args[1] ) ] |
14
if .osVersion then .args += ["--os-version " + .osVersion] else . end |
15
- { image: .imageReference, annotate: .args }' | \
+ { image: .imageReference, annotate: (.args | join(" ")) }' | \
16
jq -rcs)
17
echo >&2 "##vso[task.setvariable variable=MANIFEST_JSON;isOutput=true]$MANIFEST_DATA"
18
echo "$MANIFEST_DATA" | jq -r .
0 commit comments