fix: update oceanbox repo in init.sh

This commit is contained in:
Jonas Juselius
2024-06-05 12:48:29 +02:00
parent 1fd1c78eb9
commit 501d6bbe7d
9 changed files with 2 additions and 2 deletions
@@ -0,0 +1,7 @@
#!/bin/sh
img=registry.gitlab.com/oceanbox/manifests/kustomize-helm-with-rewrite
tag=${1:-latest}
docker build -t $img:$tag .
docker push $img:$tag