Push builder to zot

This commit is contained in:
2024-09-20 06:24:52 +02:00
parent 5c8c258623
commit 0e1ff2e22e
2 changed files with 4 additions and 4 deletions

2
build
View File

@ -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 gitea.badhouseplants.net
buildah login -u woody -p $REGISTRY_TOKEN zot.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