From 33daa6c04f7654bc26c176a190192f0bb11c9b13 Mon Sep 17 00:00:00 2001 From: 3wc <3wc@doesthisthing.work> Date: Sun, 16 Jul 2023 18:23:13 +0100 Subject: [PATCH] docker push at the end of build.sh --- build.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build.sh b/build.sh index 941c4d1..0aa9ce9 100755 --- a/build.sh +++ b/build.sh @@ -16,3 +16,5 @@ TAG="$(yq '.steps.[1].settings.tags' < .drone.yml)" ) rm -r hometown + +docker push "git.coopcloud.tech/coop-cloud-chaos-patchs/hometown:$TAG"