From 7fb1b73e89ddf22b3d74bf567ffcff3e3a1f7d37 Mon Sep 17 00:00:00 2001 From: Jonathan Dahan Date: Sat, 25 May 2024 21:13:52 -0400 Subject: [PATCH] set image name --- compose.yaml | 1 + hooks/post-receive | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/compose.yaml b/compose.yaml index d54166a..e68224c 100644 --- a/compose.yaml +++ b/compose.yaml @@ -1,5 +1,6 @@ services: jonathan.is: + image: jonathan.is build: context: . dockerfile: Containerfile diff --git a/hooks/post-receive b/hooks/post-receive index c74d8db..e061a17 100755 --- a/hooks/post-receive +++ b/hooks/post-receive @@ -16,7 +16,7 @@ do } echo "generating static site"; { - podman-compose build -t jonathan.is + podman-compose build } echo "restarting server"; {