mirror of
https://git.asonix.dog/asonix/pict-rs
synced 2024-11-20 11:21:14 +00:00
Spread arguments
This commit is contained in:
parent
ba5d891146
commit
e7e13a41f0
1 changed files with 2 additions and 2 deletions
|
@ -206,8 +206,8 @@ jobs:
|
|||
run: |
|
||||
tags=$(jq -cr '.tags | map("-t " + .) | join(" ")' <<< "${DOCKER_METADATA_OUTPUT_JSON}")
|
||||
images=$(printf "${{ env.REGISTRY_IMAGE }}@sha256:%s " *)
|
||||
echo "Running 'docker buildx imagetools create \"${tags}\" \"${images}\"'"
|
||||
docker buildx imagetools create ${tags} ${images}
|
||||
echo "Running 'docker buildx imagetools create ${tags[@]} ${images[@]}'"
|
||||
docker buildx imagetools create ${tags[@]} ${images[@]}
|
||||
shell: bash
|
||||
-
|
||||
name: Inspect Image
|
||||
|
|
Loading…
Reference in a new issue