Skip to content

Commit 5b41790

Browse files
committed
Update publish-docker-image.yml
1 parent c71a3b5 commit 5b41790

File tree

1 file changed

+10
-8
lines changed

1 file changed

+10
-8
lines changed

.github/workflows/publish-docker-image.yml

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -90,13 +90,15 @@ jobs:
9090
uses: streetsidesoftware/actions/public/summary@v1
9191
with:
9292
text: |
93-
**CSpell Version:** ${{ steps.cspell-version.outputs.CSPELL_VERSION }}
94-
**Docker Image:** ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
95-
**Tags:** ${{ steps.meta.outputs.tags }}
96-
**Labels:** ${{ steps.meta.outputs.labels }}
97-
**ref:** ${{ inputs.ref }}
98-
**github.ref:** ${{ github.ref }}
99-
**Dry Run:** ${{ inputs.dryRun }}
100-
**Debug:** ${{ env.DEBUG }}
93+
## Published Docker Image 🚀
94+
95+
- **CSpell Library Version:** ${{ steps.cspell-version.outputs.CSPELL_VERSION }}
96+
- **Docker Image:** ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
97+
- **Tags:** ${{ steps.meta.outputs.tags }}
98+
- **Labels:** ${{ steps.meta.outputs.labels }}
99+
- **ref:** ${{ inputs.ref }}
100+
- **github.ref:** ${{ github.ref }}
101+
- **Dry Run:** ${{ inputs.dryRun }}
102+
- **Debug:** ${{ env.DEBUG }}
101103
102104
# cspell:ignore opencontainers

0 commit comments

Comments
 (0)