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

Allow manually rebuild docker images #155

Merged
merged 5 commits into from
Sep 6, 2024
Merged

Allow manually rebuild docker images #155

merged 5 commits into from
Sep 6, 2024

Conversation

kezhenxu94
Copy link
Member

No description provided.

@@ -20,6 +20,7 @@ on:
push:
branches:
- main
workflow_dispatch:
Copy link
Member

Choose a reason for hiding this comment

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

Don't we need a version parameter to manually build?

Copy link
Member Author

Choose a reason for hiding this comment

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

Don't we need a version parameter to manually build?

No. We would either rebuild the latest master branch or need code changes in latest master. Rebuilding an old commit doesn't make sense.

Copy link
Member

Choose a reason for hiding this comment

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

I see. You want to rebuild the latest for local branch? Is that the purpose?

Copy link
Member Author

Choose a reason for hiding this comment

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

yes

Copy link
Member

Choose a reason for hiding this comment

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

So, this would not work for fork repo, mostly it is for committers' branch.

@wu-sheng wu-sheng merged commit 76103da into main Sep 6, 2024
13 checks passed
@wu-sheng wu-sheng deleted the publish branch September 6, 2024 08:23
@kezhenxu94
Copy link
Member Author

We should consider upgrade the Istio version in the tests, 1.7 ~ 1.9 looks really outdated

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.

2 participants