Skip to content

Commit

Permalink
Update publish-docker.yml
Browse files Browse the repository at this point in the history
Reformat job summary
  • Loading branch information
svengo authored Jun 17, 2024
1 parent b486b8b commit 2418ee9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/publish-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,13 +64,13 @@ jobs:
run: |
{
IFS=$'\n'
echo "### Docker metadata"
echo "#### Docker Labels"
echo "# Docker metadata"
echo "## Docker Labels"
echo '```'
for LINE in ${DOCKER_METADATA_OUTPUT_LABELS}; do echo "${LINE}"; done
echo '```'
echo ""
echo "#### Docker tags"
echo "## Docker tags"
echo '```'
for LINE in ${DOCKER_METADATA_OUTPUT_TAGS}; do echo "${LINE}"; done
echo '```'
Expand Down

0 comments on commit 2418ee9

Please sign in to comment.