Try pushing to gitea
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

Signed-off-by: Nikolai Rodionov <allanger@badhouseplants.net>
This commit is contained in:
2025-11-26 13:36:53 +01:00
parent 4afbbadd8a
commit 0c395558dc

2
build
View File

@@ -25,7 +25,7 @@ echo "26.11.2025"
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 $REGISTRY_USER -p $REGISTRY_TOKEN zot.badhouseplants.net buildah login -u $REGISTRY_USER -p $REGISTRY_TOKEN gitea.badhouseplants.net
buildah build -t $BUILDAH_REG:$CI_COMMIT_SHA . buildah build -t $BUILDAH_REG:$CI_COMMIT_SHA .
if [ -z ${BUILD_DEBUG+x} ]; then if [ -z ${BUILD_DEBUG+x} ]; then