xp-highscore/Makefile
2018-06-18 12:10:55 +02:00

9 lines
110 B
Makefile

TAG=registry.rudin.io/x86/minetest-xp-highscore
build:
docker build . -t $(TAG)
push:
docker push $(TAG)