hswaw/site: deploy

Already contains https://gerrit.hackerspace.pl/1624

Change-Id: I248c2f1653a3423d7dfc6ca5374229f072e111dc
Reviewed-on: https://gerrit.hackerspace.pl/c/hscloud/+/1626
Reviewed-by: q3k <q3k@hackerspace.pl>
diff --git a/hswaw/site/BUILD.bazel b/hswaw/site/BUILD.bazel
index d9b7cdd..5f55a00 100644
--- a/hswaw/site/BUILD.bazel
+++ b/hswaw/site/BUILD.bazel
@@ -25,6 +25,8 @@
 go_binary(
     name = "site",
     embed = [":site_lib"],
+    pure = "on",
+    static = "on",
     visibility = ["//visibility:public"],
 )
 
@@ -41,6 +43,6 @@
     format = "Docker",
     image = ":latest",
     registry = "registry.k0.hswaw.net",
-    repository = "ar/hswaw-site",
-    tag = "1690197486-{STABLE_GIT_COMMIT}",
+    repository = "q3k/hswaw-site",
+    tag = "1695421189-{STABLE_GIT_COMMIT}",
 )