Files
podman-compose/newsfragments/fix-forwarding-exit-code-for-push-command.bugfix
Monika Kairaityte 256b51c8ee Properly surface errors from push command
Failure exit code for `push` command is not currently forwarded as exit
code for podman-compose.
With this PR, podman-compose stops pushing when the underlying podman
command fails and forwards its exit code.

Signed-off-by: Monika Kairaityte <monika@kibit.lt>
2025-07-02 23:34:24 +03:00

2 lines
62 B
Plaintext

Implemented forwarding failure exit code from `push` command.