update build.sh for pushing to harbor
This commit is contained in:
parent
a12878f681
commit
39a119175f
1 changed files with 5 additions and 0 deletions
5
build.sh
5
build.sh
|
@ -10,4 +10,9 @@ while [ $# -ge 1 ]; do
|
|||
git push --tags
|
||||
docker tag ungleich-certbot:latest ungleich/ungleich-certbot:${tag}
|
||||
docker push ungleich/ungleich-certbot:${tag}
|
||||
|
||||
# ungleich registry, slowly superseeding hub.docker.com
|
||||
url=harbor.ungleich.svc.p10.k8s.ooo/ungleich-public/ungleich-certbot
|
||||
docker tag ungleich-certbot:latest ${url}:${tag}
|
||||
docker push ${url}:${tag}
|
||||
done
|
||||
|
|
Loading…
Reference in a new issue