chainguard-images / actions

GitHub actions for the chainguard-images

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

cbodonnell opened this issue · comments

Description

The --debug flag was removed as part of chainguard-dev/apko#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 #129 to leverage the newly added --log-level flag instead.