Skip to content

Commit 8b6b53e

Browse files
committed
ci: add job summary with docker pull command
1 parent 478665e commit 8b6b53e

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

.github/workflows/main-docker.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,9 @@ jobs:
5050
TARGET=aarch64-unknown-linux-musl
5151
GITHUB_REPOSITORY=${{ github.repository }}
5252
53-
- name: Inspect image
53+
- name: Print image tag
5454
run: |
55-
docker buildx imagetools inspect ${{ env.REGISTRY_IMAGE }}:${{ steps.meta.outputs.version }}
55+
echo "## Docker Image" >> $GITHUB_STEP_SUMMARY
56+
echo '```' >> $GITHUB_STEP_SUMMARY
57+
echo "docker pull ${{ env.REGISTRY_IMAGE }}:${{ steps.meta.outputs.version }}" >> $GITHUB_STEP_SUMMARY
58+
echo '```' >> $GITHUB_STEP_SUMMARY

0 commit comments

Comments
 (0)