Skip to content
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

fix: The image should only be built when explicitly released, or when triggered manually #307

Merged
merged 3 commits into from
Jan 20, 2024

Conversation

soulteary
Copy link
Contributor

Currently, every modification to the project will trigger the image build, but in fact it should only trigger the build when a new version is released, or manually trigger the CI build in the background.

Hope it helps.

Copy link
Contributor

@xffxff xffxff left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@soulteary Thank you for your contribution to the project. You are absolutely right in identifying that the current setup triggers an image build with every modification, which isn't always necessary.

However, I believe a further discussion might be needed. Left some comments

.github/workflows/build_docker_image.yml Show resolved Hide resolved
@xffxff xffxff requested a review from findmyway January 16, 2024 02:04
@xffxff xffxff merged commit 052d928 into 01-ai:main Jan 20, 2024
1 of 2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants