xp-highscore/Makefile

9 lines
110 B
Makefile
Raw Normal View History

2018-06-18 12:10:55 +02:00
TAG=registry.rudin.io/x86/minetest-xp-highscore
build:
docker build . -t $(TAG)
push:
docker push $(TAG)