You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When checking for fixes to some issues I saw, I found that the bohdans/sungather dockerhub image hasn't been updated in 10 months, but is still the recommended place to pull the image from in the readme.
Could we get it configured to auto-update on docker hub on new releases? I'd be happy to contribute a github action workflow for it if you want since dockerhub conveniently hides auto-builds behind a team/pro subscription these days.
The text was updated successfully, but these errors were encountered:
It looks like the current job only runs on tagged releases. but it's also only pushing the :latest tag and not the tagged version either - so the latest tagged version is 0.5.0 from 2 years ago.
The last tagged commit is 0.5.3 which is seemingly the one on dockerhub from 10 months ago though. So I suspect the build still works, might just need a new release tag or to be fixed up to push latest on updates to main rather than tagged releases.
When checking for fixes to some issues I saw, I found that the
bohdans/sungather
dockerhub image hasn't been updated in 10 months, but is still the recommended place to pull the image from in the readme.Could we get it configured to auto-update on docker hub on new releases? I'd be happy to contribute a github action workflow for it if you want since dockerhub conveniently hides auto-builds behind a team/pro subscription these days.
The text was updated successfully, but these errors were encountered: