From c1957592c685281cccf9b595adfb0c6a8b9361b6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 15 Aug 2026 17:49:16 +0000 Subject: [PATCH 1/2] chore(deps): update commitgo/gitea-ee docker tag to v26.4.7 --- apps/gitea/26.4.6/docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/gitea/26.4.6/docker-compose.yml b/apps/gitea/26.4.6/docker-compose.yml index 87df6bf65404..473c8a5d089c 100644 --- a/apps/gitea/26.4.6/docker-compose.yml +++ b/apps/gitea/26.4.6/docker-compose.yml @@ -1,6 +1,6 @@ services: gitea: - image: commitgo/gitea-ee:26.4.6 + image: commitgo/gitea-ee:26.4.7 container_name: ${CONTAINER_NAME} environment: - USER_UID=1000 From 6967bd96d0f545ec83fdc4568d420882a178b4f8 Mon Sep 17 00:00:00 2001 From: github-action update-app-version Date: Sat, 15 Aug 2026 17:49:32 +0000 Subject: [PATCH 2/2] Update app version [skip ci] --- apps/gitea/{26.4.6 => 26.4.7}/data.yml | 0 apps/gitea/{26.4.6 => 26.4.7}/docker-compose.yml | 0 apps/gitea/{26.4.6 => 26.4.7}/scripts/init.sh | 0 apps/gitea/{26.4.6 => 26.4.7}/scripts/upgrade.sh | 0 4 files changed, 0 insertions(+), 0 deletions(-) rename apps/gitea/{26.4.6 => 26.4.7}/data.yml (100%) rename apps/gitea/{26.4.6 => 26.4.7}/docker-compose.yml (100%) rename apps/gitea/{26.4.6 => 26.4.7}/scripts/init.sh (100%) rename apps/gitea/{26.4.6 => 26.4.7}/scripts/upgrade.sh (100%) diff --git a/apps/gitea/26.4.6/data.yml b/apps/gitea/26.4.7/data.yml similarity index 100% rename from apps/gitea/26.4.6/data.yml rename to apps/gitea/26.4.7/data.yml diff --git a/apps/gitea/26.4.6/docker-compose.yml b/apps/gitea/26.4.7/docker-compose.yml similarity index 100% rename from apps/gitea/26.4.6/docker-compose.yml rename to apps/gitea/26.4.7/docker-compose.yml diff --git a/apps/gitea/26.4.6/scripts/init.sh b/apps/gitea/26.4.7/scripts/init.sh similarity index 100% rename from apps/gitea/26.4.6/scripts/init.sh rename to apps/gitea/26.4.7/scripts/init.sh diff --git a/apps/gitea/26.4.6/scripts/upgrade.sh b/apps/gitea/26.4.7/scripts/upgrade.sh similarity index 100% rename from apps/gitea/26.4.6/scripts/upgrade.sh rename to apps/gitea/26.4.7/scripts/upgrade.sh