Skip to content

Commit

Permalink
Add a step to inspect the test Docker image we create
Browse files Browse the repository at this point in the history
  • Loading branch information
mcdonnnj committed Jan 10, 2025
1 parent 1518b9a commit c1bf460
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c1bf460

Please sign in to comment.