Remove quotes from vars
Some checks failed
/ tests (push) Has been cancelled
/ check (aarch64-unknown-linux-musl) (push) Has been cancelled
/ check (armv7-unknown-linux-musleabihf) (push) Has been cancelled
/ check (x86_64-unknown-linux-musl) (push) Has been cancelled
/ clippy (push) Has been cancelled
/ build (map[artifact:linux-arm32v7 platform:linux/arm/v7 target:armv7-unknown-linux-musleabihf]) (push) Has been cancelled
/ build (map[artifact:linux-arm64v8 platform:linux/arm64 target:aarch64-unknown-linux-musl]) (push) Has been cancelled
/ publish-docker (push) Has been cancelled
/ publish-forgejo (push) Has been cancelled
/ publish-crate (push) Has been cancelled
/ build (map[artifact:linux-amd64 platform:linux/amd64 target:x86_64-unknown-linux-musl]) (push) Has been cancelled

This commit is contained in:
asonix 2024-02-08 10:14:54 -06:00
parent 883261fde8
commit ba5d891146

View file

@ -207,7 +207,7 @@ jobs:
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}"
docker buildx imagetools create ${tags} ${images}
shell: bash
-
name: Inspect Image