Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update release_docker_container.yaml (#442)
* Update release_docker_container.yaml Add Conditional Build and Push: Enable optional image testing before pushing. This would help verify that images build correctly before being pushed to Docker Hub. Enhanced Error Handling: Add fail-safe mechanisms, such as notifications or continue-on-error, for non-critical steps like cleanup. Also, explicitly handle errors in steps where failures should be alerted. Caching for Faster Builds: Use a cache from Docker Hub to speed up builds, particularly useful when dependencies or base images remain the same across builds. * Update release_docker_container.yaml * Update release_docker_container.yaml * Update release_docker_container.yaml * Update release_docker_container.yaml --------- Co-authored-by: Michael Feil <[email protected]>
- Loading branch information