From c1bf46082b65554be3e1fc8f3f4fec2ea52138a3 Mon Sep 17 00:00:00 2001
From: Nicholas McDonnell <50747025+mcdonnnj@users.noreply.github.com>
Date: Fri, 10 Jan 2025 04:46:02 -0500
Subject: [PATCH] Add a step to inspect the test Docker image we create

---
 .github/workflows/build.yml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index d32f805..7a315eb 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -291,6 +291,10 @@ jobs:
           tags: ${{ env.IMAGE_NAME }}:latest  # not to be pushed
           # For a list of pre-defined annotation keys and value types see:
           # https://github.com/opencontainers/image-spec/blob/master/annotations.md
+      - name: Inspect test image
+        run: |
+          echo "### Test image information" >> $GITHUB_STEP_SUMMARY
+          docker inspect ${{ env.IMAGE_NAME }}:latest >> $GITHUB_STEP_SUMMARY
       - name: Compress image
         run: gzip dist/image.tar
       - name: Upload artifacts