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 process in create_packages.yml
Removed the --label argument from the Docker build commands in the create_packages.yml workflow. This change simplifies the build process by eliminating unnecessary labeling, while maintaining the integrity of the build logic for different branches. The workflow continues to support efficient image building based on branch context, ensuring a streamlined CI/CD pipeline.
- Loading branch information