Update gitea/act_runner Docker tag to v0.2.12
This commit is contained in:
parent
65f9b335fc
commit
b7b139311e
|
|
@ -14,7 +14,7 @@ services:
|
|||
- GITEA_RUNNER_REGISTRATION_TOKEN=${RUNNER_REGISTRATION_TOKEN}
|
||||
- GITEA_RUNNER_NAME=${RUNNER_NAME}
|
||||
- GITEA_RUNNER_LABELS=${RUNNER_LABELS}
|
||||
image: gitea/act_runner:0.2.11
|
||||
image: gitea/act_runner:0.2.12
|
||||
labels:
|
||||
createdBy: "Apps"
|
||||
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@ networks:
|
|||
|
||||
services:
|
||||
gitea:
|
||||
image: gitea/act_runner:0.2.11
|
||||
image: gitea/act_runner:0.2.12
|
||||
container_name: ${CONTAINER_NAME}
|
||||
labels:
|
||||
createdBy: "Apps"
|
||||
|
|
|
|||
Loading…
Reference in New Issue