File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -102,20 +102,20 @@ jobs:
102102 echo "" >> $GITHUB_STEP_SUMMARY
103103 echo "**📦 Container Images Published:**" >> $GITHUB_STEP_SUMMARY
104104 echo "" >> $GITHUB_STEP_SUMMARY
105-
105+
106106 # Convert multi-line tags to individual entries
107107 TAGS="${{ steps.meta.outputs.tags }}"
108108 echo "$TAGS" | while read -r tag; do
109109 if [ ! -z "$tag" ]; then
110110 echo "- \`$tag\`" >> $GITHUB_STEP_SUMMARY
111111 fi
112112 done
113-
113+
114114 echo "" >> $GITHUB_STEP_SUMMARY
115115 echo "**🐳 Try the bleeding-edge version:**" >> $GITHUB_STEP_SUMMARY
116116 echo "\`\`\`bash" >> $GITHUB_STEP_SUMMARY
117117 echo "docker pull ghcr.io/${{ github.repository }}/wrongsecrets-master:latest-master" >> $GITHUB_STEP_SUMMARY
118118 echo "docker run -p 8080:8080 ghcr.io/${{ github.repository }}/wrongsecrets-master:latest-master" >> $GITHUB_STEP_SUMMARY
119119 echo "\`\`\`" >> $GITHUB_STEP_SUMMARY
120120 echo "" >> $GITHUB_STEP_SUMMARY
121- echo "Then visit: http://localhost:8080" >> $GITHUB_STEP_SUMMARY
121+ echo "Then visit: http://localhost:8080" >> $GITHUB_STEP_SUMMARY
Original file line number Diff line number Diff line change @@ -149,7 +149,7 @@ You can install it by doing:
149149docker run -p 8080:8080 jeroenwillemsen/wrongsecrets:latest-no-vault
150150```
151151
152- ** 🚀 Want to try the bleeding-edge version?**
152+ ** 🚀 Want to try the bleeding-edge version?**
153153
154154If you want to see what's coming in the next release, you can use our automatically-built master container:
155155
You can’t perform that action at this time.
0 commit comments