hedgedoc / container

HedgeDoc container image resources
https://docs.hedgedoc.org/setup/docker/
196 stars 52 forks source link

Update spam on the release channel #496

Closed MeidoDev closed 4 months ago

MeidoDev commented 4 months ago

For about two weeks now, a new image of version 1.9.9 is getting pushed to the registry every day. This happens because a bot bumps up the version of docker/build-push-action once a day, triggering a new build. Functionally, the image stays the same.

This behavior has been a minor nuisance for me, since it triggers watchtower to update or notify that a new version is available. Other, similar tools are most likely behaving the same.

I'd recommend to introduce a tagging strategy for this repository and changing the release action so it only triggers from new tags.

SISheogorath commented 4 months ago

Looking at the repository changelog, it's not that frequent. on average somewhere between once to twice per week.

image

If you receive daily updates, you are probably using the nightly channel, which as the name indicates, if build every night.

MeidoDev commented 4 months ago

I'm using quay.io/hedgedoc/hedgedoc:1.9.9-alpine. You are right, though, the updates didn't happen as often as I perceived them. (I have watchtower set to notify only, and apparently it keeps notifying you about the same new image until you update the container)

Thanks for your reply and @mrdrogdrog 's fix, I'm closing this issue.