chainguard-images / actions

GitHub actions for the chainguard-images
Apache License 2.0
17 stars 22 forks source link

apko-publish GH action fails due to unknown `--debug` flag #130

Closed cbodonnell closed 8 months ago

cbodonnell commented 8 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:

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.