Migrate back to gitea packages #5

Merged
allanger merged 4 commits from migrate-to-gitea-packages into main 2025-11-28 12:06:40 +00:00
Showing only changes of commit 9dcba526aa - Show all commits

2
build
View File

@@ -25,7 +25,7 @@ echo "28.11.2025"
apk update
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 .
if [ -z ${BUILD_DEBUG+x} ]; then