[*] 修改 runner 镜像
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 5s
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 5s
This commit is contained in:
4
run.sh
4
run.sh
@@ -1,4 +1,4 @@
|
||||
docker pull docker.martin98.com/library/act_runner:latest
|
||||
docker pull docker.martin98.com/library/gitea/act_runner:latest
|
||||
docker kill gitea_runner
|
||||
docker rm gitea_runner
|
||||
docker run \
|
||||
@@ -12,4 +12,4 @@ docker run \
|
||||
-e GITEA_RUNNER_NAME=${_AGENT} \
|
||||
-e GITEA_RUNNER_LABELS=${_LABEL} \
|
||||
--name gitea_runner \
|
||||
-d docker.martin98.com/library/act_runner:latest
|
||||
-d docker.martin98.com/library/gitea/act_runner:latest
|
||||
Reference in New Issue
Block a user