Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update CI Workflow for Conditional Docker Image Push
- Modified the CI workflow to separate the Docker image build and push actions - Introduced a conditional step for pushing: images are now only pushed if the tag does not contain `-rc` - Ensures that all tagged images, including `-rcX` versions, are built, but only stable releases are pushed - Enhances flexibility and control over the release process in the CI pipeline
- Loading branch information