Update gitea
Check / Lint Ansible Files (push) Successful in 3m16s

This commit is contained in:
Paul Brinkmeier
2026-09-21 13:52:58 +02:00
parent 2a7bbfd5b5
commit fff689f7ef
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1,3 +1,3 @@
FROM gitea/act_runner:0.2.11
FROM gitea/runner:3.0.0
COPY runner-config.yaml /opt/runner-config.yaml
+2 -2
View File
@@ -1,6 +1,6 @@
services:
gitea:
image: gitea/gitea:1.23.1
image: gitea/gitea:1.27.3
restart: unless-stopped
environment:
# Ref: https://docs.gitea.io/en-us/config-cheat-sheet
@@ -65,7 +65,7 @@ services:
gitea_runner:
# Make sure to keep this in sync with the version in the Dockerfile
image: pbrinkmeier/act_runner:0.2.11
image: pbrinkmeier/gitea-runner:3.0.0
build: .
restart: unless-stopped
environment: