Skip to content

Commit

Permalink
Add: Print digest and tags output manifest action
Browse files Browse the repository at this point in the history
  • Loading branch information
pascalholthaus authored and greenbonebot committed Aug 6, 2024
1 parent 337128a commit 532b898
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions container-multi-arch-manifest/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,9 @@ runs:
echo 'No manifest digest found!'
exit 1
fi
# Print digest and tags output
echo -e "digest=$manifest_digest"
echo -e "tags=${meta_tags[@]}"
# Set digest and tags output
echo "digest=$manifest_digest" >> "$GITHUB_OUTPUT"
echo "tags=${meta_tags[@]}" >> "$GITHUB_OUTPUT"
Expand Down

0 comments on commit 532b898

Please sign in to comment.