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