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

Schedule image rebuild once a month #1259

Merged
merged 3 commits into from
Nov 26, 2024

Conversation

mthalman
Copy link
Member

Fixes #1224

@mthalman mthalman marked this pull request as ready for review November 21, 2024 19:02
@mthalman mthalman requested a review from a team as a code owner November 21, 2024 19:02
@mthalman
Copy link
Member Author

mthalman commented Nov 26, 2024

@dotnet/dotnet-docker-reviewers - PTAL

@@ -7,6 +7,14 @@ trigger:
- src/*
pr: none

schedules:
- cron: "0 5 15 * *"
displayName: Nightly run
Copy link
Member

Choose a reason for hiding this comment

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

"Nightly" feels a little odd here since it is only run once a month. How about something more descriptive like "Monthly rebuild everything run" ... I'm not in love with that particular wording it is more descriptive.

Copy link
Member Author

Choose a reason for hiding this comment

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

That's what I get for using copy and paste.

@mthalman mthalman merged commit d7c0521 into dotnet:main Nov 26, 2024
4 of 7 checks passed
@mthalman mthalman deleted the dev/mthalman/issue1224 branch November 26, 2024 20:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Rebuild images on a regular basis
2 participants