fialakarel/docker-winbox

About auto-upgrade docker image by connecting repo to docker-hub

Closed this issue · 4 comments

I recently noticed that the images on the docker hub don't seem to be automatically updated with the merge of the pull request I initiated.The version of winbox inside the image is still 3.28.

@fialakarel Maybe you could turn on the auto-trigger update switch in docker hub to allow images to be automatically rebuild after commits merged?

@fanvinga The problem is that the free plan of Docker Hub discontinued this option. IMHO the only solution is to use GitHub actions to build it a push it to Docker Hub. I don't want to pay 5$ per month just for this simple thing and running it locally and pushing it manually is not transparent enough.

IMHO the only solution is to use GitHub actions to build it a push it to Docker Hub.

That would be great!

It's done. New versions will be built and pushed automatically.