blue-build / github-action

Reusable GitHub Action to build custom images
Apache License 2.0
14 stars 4 forks source link

feat: add `log_path` output for the action #66

Closed yacoob closed 2 weeks ago

yacoob commented 2 weeks ago

It contains logs of the bluebuild build as created via --log-out.

This is a crutch/workaround for https://github.com/blue-build/cli/issues/263, but might be useful for general public. The logs are saved under ${RUNNER_TMP}, with a unique directory name for every run.

yacoob commented 2 weeks ago

Ah, some drive-by trailing whitespace edits as well. :sweat_smile:

yacoob commented 2 weeks ago

The labels added in the PR that resolved the bug are way better than me grepping logs. Deleting this PR.