otland / forgottenserver

A free and open-source MMORPG server emulator written in C++
https://otland.net
GNU General Public License v2.0
1.58k stars 1.05k forks source link

Refactor Docker image workflow with docker actions #4701

Closed ranisalt closed 4 months ago

ranisalt commented 4 months ago

Pull Request Prelude

Changes Proposed

Uses docker actions to setup, login, build and push docker images to the GitHub container registry. Images will be pushed to the latest tag on every master commit, and to tags matching git tags when a new git tag is pushed.