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