Skip to content

Commit 1f8ebb9

Browse files
committed
add raw-output to jq
1 parent 0b492dc commit 1f8ebb9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build_rechunk.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,10 +77,10 @@ jobs:
7777
7878
sudo podman manifest create rechunk
7979
80-
SHA=$(skopeo inspect docker://ghcr.io/hhd-dev/rechunk:$VERSION-x86_64 | jq ".Digest")
80+
SHA=$(skopeo inspect docker://ghcr.io/hhd-dev/rechunk:$VERSION-x86_64 | jq --raw-output ".Digest")
8181
sudo podman manifest add rechunk ghcr.io/hhd-dev/rechunk@$SHA --arch linux/amd64
8282
if [[ ${{ github.event.inputs.x86 }} != "true" ]]; then
83-
SHA=$(skopeo inspect docker://ghcr.io/hhd-dev/rechunk:$VERSION-aarch64 | jq ".Digest")
83+
SHA=$(skopeo inspect docker://ghcr.io/hhd-dev/rechunk:$VERSION-aarch64 | jq --raw-output ".Digest")
8484
sudo podman manifest add rechunk ghcr.io/hhd-dev/rechunk@$SHA --arch linux/arm64
8585
fi
8686

0 commit comments

Comments
 (0)