You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 18, 2025. It is now read-only.
When using docker-app as a plugin, error messages did not appear in the
console.
This is due to the fact that we did never un-mute the docker CLI structure
when Pushing, and that the RunPlugin uses dockerCli.Err() to report
error messages to the user.
This fixes the issue by using the `defer muteDockerCli(cli)()` pattern
that is used everywhere else.
Signed-off-by: Simon Ferquel <[email protected]>
0 commit comments