diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 75109ab..503e50d 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