jenkins: push to bstein registry

This commit is contained in:
Brad Stein 2026-02-05 13:10:37 -03:00
parent 7a6fabf9a1
commit f2871d698e

4
Jenkinsfile vendored
View File

@ -112,8 +112,8 @@ spec:
set -euo pipefail
VERSION_TAG=$(cut -d= -f2 build.env)
docker buildx build --platform linux/arm64 \
--tag registry.bstein.dev/infra/soteria:${VERSION_TAG} \
--tag registry.bstein.dev/infra/soteria:latest \
--tag registry.bstein.dev/bstein/soteria:${VERSION_TAG} \
--tag registry.bstein.dev/bstein/soteria:latest \
--push .
'''
}