mirror of
https://github.com/docker/build-push-action.git
synced 2025-04-21 02:36:46 +00:00
ci: inspect with json output
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
This commit is contained in:
parent
26ce4f3617
commit
0149503e26
3 changed files with 10 additions and 10 deletions
2
.github/workflows/e2e.yml
vendored
2
.github/workflows/e2e.yml
vendored
|
@ -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 .}}'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue