You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(ci): enhance CI pipeline with README artifact management
- Removes unnecessary checkout step from the pipeline.
- Adds steps to upload and download the README artifact.
- Configures synchronization of the README on Docker Hub after download.
- Updates CI pipeline to set 'fail-fast' to false for matrix jobs.
- Prevents early termination of jobs in case of failure, allowing all matrix jobs to run for better resource utilization and debugging.
0 commit comments