mtoensing / Docker-Minecraft-PaperMC-Server

Starts a Minecraft PaperMC server
https://hub.docker.com/r/marctv/minecraft-papermc-server
MIT License
246 stars 92 forks source link

Automatically update the 1.20 tag in docker hub #95

Closed rrvk closed 11 months ago

rrvk commented 11 months ago

When you look at the tags in docker hub you can see that the 1.20 tag is verry old and if you really want to use the 1.20 mc version you need to be on the latest tag.

It would be very nice if the 1.20 tag is also updated regularly (best automatically), this so you won't be upgraded to the next major version when it comes out and will be pushed to the latest tag

mtoensing commented 11 months ago

Yes, I know. If someone has an idea to update the tags via GitHub actions, please let me know or provide a MR.

rrvk commented 11 months ago

I will readup on github actions and try to fix it :)