From 6cda14525d9923af27251a546c5b3dbf37d73d6c Mon Sep 17 00:00:00 2001
From: Stefan Haun <tux@netz39.de>
Date: Thu, 30 Mar 2023 11:37:09 +0200
Subject: [PATCH] :art: Switch from gitea to forgejo

---
 host-pottwal.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/host-pottwal.yml b/host-pottwal.yml
index 699d92d..d91284c 100644
--- a/host-pottwal.yml
+++ b/host-pottwal.yml
@@ -51,7 +51,7 @@
     - name: Setup the docker container for gitea
       docker_container:
         name: gitea
-        image: "gitea/gitea:1.19.0"
+        image: "codeberg.org/forgejo/forgejo:1.19"
         pull: true
         state: started
         restart_policy: unless-stopped