minetest / minetestmapper

Generates a overview image of a minetest map.
BSD 2-Clause "Simplified" License
112 stars 40 forks source link

Add Dockerfile and workflow to publish image #102

Closed Emojigit closed 2 months ago

Emojigit commented 4 months ago

This PR adds a Dockerfile which compiles minetestmapper and puts it into a Docker image. Additionally, a workflow file is added to publish the images to ghcr.io/minetest/minetestmapper on master change.

This PR is ready for review.