9 lines
110 B
Makefile
9 lines
110 B
Makefile
|
|
TAG=registry.rudin.io/x86/minetest-xp-highscore
|
|
|
|
build:
|
|
docker build . -t $(TAG)
|
|
|
|
push:
|
|
docker push $(TAG)
|