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

Do not trigger daily image rebuild #130

Merged
merged 1 commit into from
Apr 1, 2024
Merged

Do not trigger daily image rebuild #130

merged 1 commit into from
Apr 1, 2024

Conversation

StayPirate
Copy link
Contributor

@StayPirate StayPirate commented Feb 15, 2024

Daily build the container image, even when there's no changes in the code, is quite inconvenient and a waste of resources. It is inconvenient for processes that daily monitor for container image updates (I do that), automatically pull and update containers every time a new image is detected.

I think it is safe to remove the schedule-trigger because the GH action is equipped with other more reasonable triggers:

  • For each commit in master branch
  • For new pushed tag in the form of v*..
  • For PR against the master branch

Daily recreate the image even there's no changes in the code is quite inconvenient and a waste of resources.
It is inconvenient for processes that daily monitor for image updates (I do that) and automatically update containers every time a new image is detected.

In my case rss2emails container image is automatically pulled every day and the local container recreated, even if there are no changes in the code.

I think it is safe to remove the scheduled trigger because this GH action is equipped with other more reasonable triggers:
 * For each commit in master branch
 * For new pushed tag in the form of v*.*.*
 * For PR against the master branch
@StayPirate StayPirate changed the title Stop tyriggering the daily image rebuild Do not trigger daily image rebuild Feb 15, 2024
@skx skx merged commit 0be70c8 into skx:master Apr 1, 2024
3 checks passed
@skx
Copy link
Owner

skx commented Apr 1, 2024

Sorry somehow I missed this; merged with thanks :)

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