Closed cbodonnell closed 10 months ago
Description
The --debug flag was removed as part of https://github.com/chainguard-dev/apko/pull/1011, which causes GH workflows using the apko-publish GH action to fail with:
--debug
apko-publish
Error: unknown flag: --debug 2024/01/16 21:50:48 error during command execution: unknown flag: --debug
I've opened https://github.com/chainguard-images/actions/pull/129 to leverage the newly added --log-level flag instead.
--log-level
Description
The
--debug
flag was removed as part of https://github.com/chainguard-dev/apko/pull/1011, which causes GH workflows using theapko-publish
GH action to fail with:I've opened https://github.com/chainguard-images/actions/pull/129 to leverage the newly added
--log-level
flag instead.