Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Continue on Docker failure (all backends) #9432

Merged
merged 1 commit into from
Sep 15, 2022
Merged

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

Improved GitHub Actions workflow for YOLOv5 Docker image deployment πŸš€

πŸ“Š Key Changes

  • Enabled continue-on-error: true in the GitHub Actions workflow for the Docker job.
  • The continue-on-error parameter has been moved from the "Build and push arm64 image" step to the job level.

🎯 Purpose & Impact

  • πŸ› οΈ Purpose: Ensures that the entire Docker job can proceed in the face of errors, rather than stopping at the first failure within a specific step.
  • βœ… Impact: This should improve the robustness of the continuous integration/continuous deployment (CI/CD) pipeline. Users can expect more consistent Docker image updates, even if one part of the build process encounters issues.

@glenn-jocher glenn-jocher self-assigned this Sep 15, 2022
@glenn-jocher glenn-jocher merged commit 65afaa7 into master Sep 15, 2022
@glenn-jocher glenn-jocher deleted the glenn-jocher-patch-2 branch September 15, 2022 21:53
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.

None yet

1 participant