From aee2d483b30603ba73f5acf82a82634976c9d253 Mon Sep 17 00:00:00 2001 From: Erik Winter Date: Thu, 18 May 2023 10:54:15 +0200 Subject: [PATCH] fix docker name --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 89553ca..9bdac42 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ docker-push: docker build . -t matrix-bots - docker tag matrix-bots registry.ewintr.nl/matrix-bots - docker push registry.ewintr.nl/matrix-bots \ No newline at end of file + docker tag matrix-bots registry.ewintr.nl/matrix-gptzoo + docker push registry.ewintr.nl/matrix-gptzoo \ No newline at end of file