Docker push output behavior varies with TTY detection. Using
stderr=subprocess.STDOUT merges both streams into stdout, ensuring
the 500 error is always captured. Previous approach with separate
capture_output=True didn't reliably catch the error.
# Implements: REQ-1
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Follow-up fix for DEVX-163: use stderr=STDOUT to merge all docker push output into stdout. Closes DEVX-163
Auto-approved: all CI checks passed (validate job).
Auto-approved: all CI checks passed (validate job).
11d930ea2atofae23a6d53Auto-approved: all CI checks passed (validate job).