Files
manifests/argocd/manifest-cmp/deploy.sh
T
2025-05-12 07:44:05 +02:00

8 lines
135 B
Bash
Executable File

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