Skip to content

Commit

Permalink
Tmp: install jq
Browse files Browse the repository at this point in the history
  • Loading branch information
mtneug committed Jul 12, 2024
1 parent 6639d98 commit 94ed61d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/container-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,8 @@ jobs:
- name: fetch container image shas
id: container-image
run: |
sudo apt-get update -y
sudo apt-get install -y jq
docker manifest inspect ghcr.io/nagare-media/engine/${{ matrix.image }}:${{ steps.info.outputs.VERSION }}
shas=$(docker manifest inspect ghcr.io/nagare-media/engine/${{ matrix.image }}:${{ steps.info.outputs.VERSION }} | jq -r '.manifests.[] | .digest' | paste -s -d ' ' -)
echo "SHAS=$shas" | tee -a "$GITHUB_OUTPUT"
Expand Down

0 comments on commit 94ed61d

Please sign in to comment.