feat: gitea now standalone

This commit is contained in:
2025-02-07 16:47:38 -05:00
parent 6ba433d53c
commit 7ae2cd6588
10 changed files with 182 additions and 25 deletions

View File

@@ -5,7 +5,7 @@
- name: Build image.
community.docker.docker_image_build:
name: "{{ image_name }}"
path: ../image
path: ../gitea
nocache: true
rebuild: always
pull: true