diff --git a/build.sh b/build.sh index 0bd2346..941c4d1 100755 --- a/build.sh +++ b/build.sh @@ -12,7 +12,7 @@ TAG="$(yq '.steps.[1].settings.tags' < .drone.yml)" ( cd hometown || return 1 - docker build -t "$TAG" . + docker build -t "git.coopcloud.tech/coop-cloud-chaos-patchs/hometown:$TAG" . ) rm -r hometown