From 3c437be69fdbcd5d671b02ae17c2d08947bd31fc Mon Sep 17 00:00:00 2001 From: Nikolai Rodionov Date: Sun, 18 Aug 2024 21:41:57 +0200 Subject: [PATCH] Migrate to new gitea --- build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build b/build index fc579db..15789d3 100755 --- a/build +++ b/build @@ -25,7 +25,7 @@ echo "24.07.2024" apk update apk add buildah cni-plugins iptables ip6tables fuse-overlayfs netavark -buildah login -u allanger -p $GITEA_TOKEN git.badhouseplants.net +buildah login -u allanger -p $GITEA_TOKEN gitea.badhouseplants.net buildah build -t $BUILDAH_REG:$CI_COMMIT_SHA . buildah tag $BUILDAH_REG:$CI_COMMIT_SHA $BUILDAH_REG:latest if [ -z ${BUILD_DEBUG+x} ]; then