[*] 修改 runner 镜像
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 5s

This commit is contained in:
2025-01-01 17:19:49 +08:00
parent 5b82422fb8
commit b1f7427c38
2 changed files with 11 additions and 11 deletions

4
run.sh
View File

@@ -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