-
Notifications
You must be signed in to change notification settings - Fork 1.1k
[Improve] docker-push improvement #4285
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR modifies the Docker image build workflow triggers to improve the build and deployment process. The changes replace the release-based trigger with a more flexible tag-based approach and add scheduled builds.
- Replace release trigger with tag-based triggering for version tags
- Add scheduled daily builds at 1:40 AM UTC
- Maintain push triggers for release branches
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
|
VampireAchao
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM



[Improve] docker-push improvement
Verifying this change
This change is a trivial rework / code cleanup without any test coverage.
(or)
This change is already covered by existing tests, such as (please describe tests).
(or)
This change added tests and can be verified as follows:
Does this pull request potentially affect one of the following parts