Skip to content

Commit 10aa526

Browse files
authored
Merge pull request #265 from vvoland/summary-image
gha/build: Show tags in the summary
2 parents cfc7986 + 56969f4 commit 10aa526

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/.build.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -259,6 +259,9 @@ jobs:
259259
for tag in $(jq -r '.tags[]' <<< "$DOCKER_METADATA_OUTPUT_JSON"); do
260260
echo "* \`${tag}\`" >> /tmp/tags.txt
261261
done
262+
263+
echo "* Tags" >> /tmp/summary.txt
264+
cat /tmp/tags.txt >> /tmp/summary.txt
262265
263266
cat > "/tmp/summary.txt" <<-EOF
264267
* repo: ${REPO}

0 commit comments

Comments
 (0)