Inspect pushed image

Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
This commit is contained in:
CrazyMax 2020-08-17 02:42:46 +02:00
parent e0b127751c
commit ff03fa50a4
No known key found for this signature in database
GPG key ID: 3248E46B6BB8C7F7

View file

@ -52,6 +52,10 @@ jobs:
tags: |
localhost:5000/name/app:latest
localhost:5000/name/app:1.0.0
-
name: Inspect
run: |
docker buildx imagetools inspect localhost:5000/name/app:1.0.0
-
name: Dump context
if: always()
@ -96,6 +100,10 @@ jobs:
tags: |
localhost:5000/name/app:latest
localhost:5000/name/app:1.0.0
-
name: Inspect
run: |
docker buildx imagetools inspect localhost:5000/name/app:1.0.0
-
name: Dump context
if: always()