Skip to content

Conversation

glenn-jocher
Copy link
Member

@glenn-jocher glenn-jocher commented Sep 15, 2022

Signed-off-by: Glenn Jocher [email protected]

πŸ› οΈ PR Summary

Made with ❀️ by Ultralytics Actions

🌟 Summary

Enhanced robustness in Docker image deployment workflow πŸ’ΌπŸ³

πŸ“Š Key Changes

  • Removed the continue-on-error flag from the initial job setup.
  • Added continue-on-error: true to individual Docker image build steps for arm64, CPU, and GPU.

🎯 Purpose & Impact

  • Purpose: To ensure that if one image build fails (arm64, CPU, or GPU), the rest of the builds can continue instead of the entire job failing immediately. πŸ”„
  • Impact: Increases the chances of successfully building and pushing at least some Docker images, avoiding an all-or-nothing scenario and ensuring partial progress in case of issues. This helps maintain a continuous delivery flow. πŸš€

This change is most relevant to developers and users who rely on Ultralytics' Docker images, as it affects the reliability and availability of the published images.

@glenn-jocher glenn-jocher self-assigned this Sep 15, 2022
@glenn-jocher glenn-jocher merged commit abea53e into master Sep 15, 2022
@glenn-jocher glenn-jocher deleted the glenn-jocher-patch-2 branch September 15, 2022 22:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant