From ebaa958e50c861c53dc20f8f84cffe98d80aa688 Mon Sep 17 00:00:00 2001 From: lub Date: Mon, 27 Mar 2023 20:39:11 +0200 Subject: [PATCH] switch to gitea.lubiland.de --- deploy.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/deploy.sh b/deploy.sh index 9839cad..b3f06c1 100755 --- a/deploy.sh +++ b/deploy.sh @@ -1,4 +1,4 @@ #!/bin/sh -e -docker build -t registry.lubiland.de/swarm-nat . -docker push registry.lubiland.de/swarm-nat \ No newline at end of file +docker buildx build --no-cache -t gitea.lubiland.de/lubiland/swarm-nat . +docker push gitea.lubiland.de/lubiland/swarm-nat