Skip to content

Commit

Permalink
fix table formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
dev-dull committed Sep 29, 2024
1 parent 0ec1d95 commit cc486ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
echo '## Image Details' >> $GITHUB_STEP_SUMMARY
docker images | sed -r 's/\s+/|/g' | grep -E '^R' | sed -r 's/^|$/\|/g' >> $GITHUB_STEP_SUMMARY
echo '----------'
docker images | sed -r 's/\s+/|/g' | grep -E 'pyterrabacktyl|^R' | sed -r 's/^|$/\|/g' >> $GITHUB_STEP_SUMMARY
docker images | sed -r 's/\s+/|/g' | grep -E 'pyterrabacktyl' | sed -r 's/^|$/\|/g' >> $GITHUB_STEP_SUMMARY
- name: Run Docker Container
run: |
Expand Down

0 comments on commit cc486ee

Please sign in to comment.