🎨 Switch from gitea to forgejo

This commit is contained in:
Stefan Haun 2023-03-30 11:37:09 +02:00
parent 357d41d76f
commit 6cda14525d

View file

@ -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