Migrate to new gitea
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
Nikolai Rodionov 2024-08-18 21:41:57 +02:00
parent 9ee99f1cb0
commit 3c437be69f
Signed by: allanger
GPG Key ID: 0AA46A90E25592AD

2
build
View File

@ -25,7 +25,7 @@ echo "24.07.2024"
apk update apk update
apk add buildah cni-plugins iptables ip6tables fuse-overlayfs netavark 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 build -t $BUILDAH_REG:$CI_COMMIT_SHA .
buildah tag $BUILDAH_REG:$CI_COMMIT_SHA $BUILDAH_REG:latest buildah tag $BUILDAH_REG:$CI_COMMIT_SHA $BUILDAH_REG:latest
if [ -z ${BUILD_DEBUG+x} ]; then if [ -z ${BUILD_DEBUG+x} ]; then