From 273e34d2f87a18a218b757f6d795a188755090f3 Mon Sep 17 00:00:00 2001 From: Matthew McKinnon Date: Wed, 12 Nov 2025 13:06:21 +1000 Subject: [PATCH] chore: disable auto update --- .gitea/workflows/deploy-containers.yml | 9 ++++++--- tasks/gitea.yml | 9 ++------- 2 files changed, 8 insertions(+), 10 deletions(-) diff --git a/.gitea/workflows/deploy-containers.yml b/.gitea/workflows/deploy-containers.yml index d6974bd..a878cd1 100644 --- a/.gitea/workflows/deploy-containers.yml +++ b/.gitea/workflows/deploy-containers.yml @@ -1,9 +1,12 @@ name: Deploy +# on: +# push: +# branches: +# - master + on: - push: - branches: - - master + workflow_dispatch: jobs: deploy: diff --git a/tasks/gitea.yml b/tasks/gitea.yml index ec02117..b170de1 100644 --- a/tasks/gitea.yml +++ b/tasks/gitea.yml @@ -22,13 +22,11 @@ MYSQL_DATABASE: gitea volumes: - "/data/gitea/db:/var/lib/mysql" - pull: true - recreate: true - name: Create the Gitea container docker_container: name: gitea - image: gitea/gitea:1.24 + image: gitea/gitea:1.25.1 restart_policy: unless-stopped networks: - name: proxy @@ -49,8 +47,6 @@ traefik.http.routers.gitea.tls: "true" traefik.http.routers.gitea.service: "gitea" traefik.http.services.gitea.loadbalancer.server.port: "3000" - pull: true - recreate: true - name: Create directories file: @@ -83,6 +79,5 @@ traefik.http.routers.opengist.tls: "true" traefik.http.routers.opengist.service: "opengist" traefik.http.services.opengist.loadbalancer.server.port: "6157" - pull: true - recreate: true + \ No newline at end of file