Skip to content

Commit

Permalink
[PIMINT-171] Fix typo in jq command
Browse files Browse the repository at this point in the history
  • Loading branch information
astehlik committed Jul 16, 2024
1 parent 74f31ad commit d4a4242
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-registry-cleanup.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
digests="$digests $imageDigests"
done
done
digests=$(docker manifest inspect ${{ env.REGISTRY_IMAGE }} | jq -r '.manifests.[] | .digest' | paste -s -d ' ' -)
digests=$(docker manifest inspect ${{ env.REGISTRY_IMAGE }} | jq -r '.manifests[] | .digest' | paste -s -d ' ' -)
echo "multi-arch-digests=$digests" >> $GITHUB_OUTPUT
echo "image-names=$imageNames" >> $GITHUB_OUTPUT
Expand Down

0 comments on commit d4a4242

Please sign in to comment.