1
0
Fork 0

chore(deps): update gitea/act_runner docker tag to v0.3.0 (#4125)

This commit is contained in:
renovate[bot] 2026-02-19 14:47:25 +00:00 committed by GitHub
parent 2409195334
commit 5e748d9700
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
5 changed files with 2 additions and 2 deletions

View File

@ -14,7 +14,7 @@ services:
- GITEA_RUNNER_REGISTRATION_TOKEN=${RUNNER_REGISTRATION_TOKEN} - GITEA_RUNNER_REGISTRATION_TOKEN=${RUNNER_REGISTRATION_TOKEN}
- GITEA_RUNNER_NAME=${RUNNER_NAME} - GITEA_RUNNER_NAME=${RUNNER_NAME}
- GITEA_RUNNER_LABELS=${RUNNER_LABELS} - GITEA_RUNNER_LABELS=${RUNNER_LABELS}
image: gitea/act_runner:0.2.13 image: gitea/act_runner:0.3.0
labels: labels:
createdBy: "Apps" createdBy: "Apps"

View File

@ -4,7 +4,7 @@ networks:
services: services:
gitea: gitea:
image: gitea/act_runner:0.2.13 image: gitea/act_runner:0.3.0
container_name: ${CONTAINER_NAME} container_name: ${CONTAINER_NAME}
labels: labels:
createdBy: "Apps" createdBy: "Apps"