Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refactor Docker image build and push logic in create_packages.yml
- Updated the workflow to only build images on the production branch, while tags now retag existing production images without rebuilding. - Enhanced the push logic to handle tagging scenarios, ensuring that production images are pulled and retagged appropriately. - Streamlined conditions for building and pushing images based on branch context, improving the efficiency of the CI/CD process. These changes optimize the Docker image management, ensuring that only necessary images are built and pushed based on the current branch and tag context.
- Loading branch information