From 0fa13b70fac027d1dafd2145caa2eda4ea13df32 Mon Sep 17 00:00:00 2001 From: Jonathan Dahan Date: Sat, 25 May 2024 21:12:50 -0400 Subject: [PATCH] try hardcoding tags --- hooks/post-receive | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hooks/post-receive b/hooks/post-receive index e061a17..c74d8db 100755 --- a/hooks/post-receive +++ b/hooks/post-receive @@ -16,7 +16,7 @@ do } echo "generating static site"; { - podman-compose build + podman-compose build -t jonathan.is } echo "restarting server"; {