File tree Expand file tree Collapse file tree 1 file changed +10
-8
lines changed
Expand file tree Collapse file tree 1 file changed +10
-8
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments