mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-01-27 18:18:55 +00:00
fix(ci): maintain whitespace in sources list (#9663)
Another issue was introduced in #9590 - we need to maintain the whitespace in the sources list when generating them. Fixes https://github.com/firezone/firezone/actions/runs/15859521283/job/44713395755
This commit is contained in:
2
.github/workflows/_build_artifacts.yml
vendored
2
.github/workflows/_build_artifacts.yml
vendored
@@ -466,7 +466,7 @@ jobs:
|
||||
working-directory: /tmp/digests/${{ matrix.image.name }}
|
||||
run: |
|
||||
tags=$(jq -cr '.tags | map("-t " + .) | join(" ")' <<< "$DOCKER_METADATA_OUTPUT_JSON")
|
||||
sources=$(printf '${{ steps.login.outputs.registry }}/firezone/${{ matrix.image_prefix && format('{0}/', matrix.image_prefix) || '' }}${{ matrix.image.name }}@sha256:%s' *)
|
||||
sources=$(printf '${{ steps.login.outputs.registry }}/firezone/${{ matrix.image_prefix && format('{0}/', matrix.image_prefix) || '' }}${{ matrix.image.name }}@sha256:%s ' *)
|
||||
|
||||
echo "Tags: $tags"
|
||||
echo "Sources: $sources"
|
||||
|
||||
Reference in New Issue
Block a user