Files
manifests/bootstrap/helm-kustomize-cmp/deploy.sh
T

8 lines
157 B
Bash
Executable File

#!/bin/sh
img=registry.gitlab.com/oceanbox/manifests/helm-kustomize-cmp
tag=${1:-latest}
docker build -t "${img}":"${tag}" .
docker push "${img}":"${tag}"