push to local registry
Signed-off-by: Nico Schottelius <nico@nico-notebook.schottelius.org>
This commit is contained in:
parent
a12878f681
commit
74bbf62c21
1 changed files with 2 additions and 0 deletions
2
build.sh
2
build.sh
|
@ -9,5 +9,7 @@ while [ $# -ge 1 ]; do
|
|||
git tag -a -m "Version $tag" $tag
|
||||
git push --tags
|
||||
docker tag ungleich-certbot:latest ungleich/ungleich-certbot:${tag}
|
||||
docker tag ungleich-certbot:latest harbor.ungleich.svc.p10.k8s.ooo/ungleich-public/ungleich-certbot:${tag}
|
||||
docker push ungleich/ungleich-certbot:${tag}
|
||||
docker push harbor.ungleich.svc.p10.k8s.ooo/ungleich-public/ungleich-certbot:${tag}
|
||||
done
|
||||
|
|
Loading…
Reference in a new issue