Correct docker image tag

This commit is contained in:
2023-07-16 18:21:55 +01:00
parent e5c6ca47a0
commit 8ba4008b5f
+1 -1
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