ci: inspect with json output

Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
This commit is contained in:
CrazyMax 2023-01-11 14:03:02 +01:00
parent 26ce4f3617
commit 0149503e26
No known key found for this signature in database
GPG key ID: 3248E46B6BB8C7F7
3 changed files with 10 additions and 10 deletions

View file

@ -120,4 +120,4 @@ jobs:
name: Check manifest
if: github.event_name != 'pull_request'
run: |
docker buildx imagetools inspect ${{ matrix.slug }}:${{ steps.meta.outputs.version }}
docker buildx imagetools inspect ${{ matrix.slug }}:${{ steps.meta.outputs.version }} --format '{{json .}}'