We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 478665e commit 8b6b53eCopy full SHA for 8b6b53e
1 file changed
.github/workflows/main-docker.yml
@@ -50,6 +50,9 @@ jobs:
50
TARGET=aarch64-unknown-linux-musl
51
GITHUB_REPOSITORY=${{ github.repository }}
52
53
- - name: Inspect image
+ - name: Print image tag
54
run: |
55
- docker buildx imagetools inspect ${{ env.REGISTRY_IMAGE }}:${{ steps.meta.outputs.version }}
+ 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
0 commit comments