添加 Zot 镜像发布流水线
test / python (pull_request) Successful in 10s
test / shell (pull_request) Successful in 16s

This commit is contained in:
2026-09-16 18:10:02 +00:00
parent 852afbf02e
commit 6f149c85e2
3 changed files with 143 additions and 1 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ runner_name=${3:?runner name is required}
runner_labels=${4:?runner labels are required}
token_file=/run/gitea-runner-registration-token
config_file=${GITEA_RUNNER_CONFIG_FILE:-/etc/gitea-runner/config-vm-bootstrap.yaml}
export HOME=${HOME:-/root}
export HOME="${HOME:-/root}"
cleanup() {
rm -f -- "$token_file"