diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index e6f0124..efec34e 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -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()