matrix-gptzoo/Makefile

4 lines
178 B
Makefile

docker-push:
docker build . -t matrix-gptzoo:latest
docker tag matrix-gptzoo:latest registry.ewintr.nl/matrix-gptzoo:latest
docker push registry.ewintr.nl/matrix-gptzoo:latest