Skip to content

Commit fa51e89

Browse files
committed
ci(ct): print the container readme to the logs for debugging purposes within maintenance workflow
1 parent 53d7645 commit fa51e89

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/container_maintenance.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -161,6 +161,7 @@ jobs:
161161
| tee -a "${GITHUB_WORKSPACE}/tags.md"
162162
done
163163
sed -i -e "/<\!-- TAG BLOCK HERE -->/r ${GITHUB_WORKSPACE}/tags.md" "./modules/container-base/README.md"
164+
cat "./modules/container-base/README.md"
164165
165166
- name: Push description to DockerHub
166167
if: ${{ ! inputs.dry_run && ! inputs.damp_run }}

0 commit comments

Comments
 (0)