@@ -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
|
COPY runner-config.yaml /opt/runner-config.yaml
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
services:
|
services:
|
||||||
gitea:
|
gitea:
|
||||||
image: gitea/gitea:1.23.1
|
image: gitea/gitea:1.27.3
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
environment:
|
environment:
|
||||||
# Ref: https://docs.gitea.io/en-us/config-cheat-sheet
|
# Ref: https://docs.gitea.io/en-us/config-cheat-sheet
|
||||||
@@ -65,7 +65,7 @@ services:
|
|||||||
|
|
||||||
gitea_runner:
|
gitea_runner:
|
||||||
# Make sure to keep this in sync with the version in the Dockerfile
|
# 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: .
|
build: .
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
environment:
|
environment:
|
||||||
|
|||||||
Reference in New Issue
Block a user