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

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.

1 participant