Merge remote-tracking branch 'origin/ci-fix-dockerhub-push' into integration_2025_w43 (!3710)
[CI] Update the Push to DockerHub Stage This MR addresses two cases: 1. Error Handling: Ensures subsequent Image Test Processes stages continue to run even if the preceding Push to DockerHub stage fails (applies when the condition is PUSH event and doBuild is true). 2. Introduces conditional logic to correctly handle multi-architecture images: Images built for both AMD64 and Jetson ARMv8 (oai-gnb, oai-nr-ue, oai-nr-cuup) use docker buildx imagetools for push to DockerHub. All other AMD64 images are pushed using standard Docker commands. Related MR !3691
Showing
Please register or sign in to comment