Correct docker image tag

This commit is contained in:
3wc 2023-07-16 18:21:55 +01:00
parent 6f2a868f26
commit ea67502a7d

View File

@ -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