We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d302a5e commit 7c778d6Copy full SHA for 7c778d6
docs/content/doc/usage/actions/act-runner.zh-cn.md
@@ -174,7 +174,7 @@ docker run \
174
如果你不打算在工作流中使用 `actions/cache`,你可以忽略本段。
175
176
如果您在使用 `actions/cache` 时没有进行额外的配置,将会返回以下错误信息:
177
-> Failed to restore: getCacheEntry failed: connect ETIMEDOUT <ip>:<port>
+> Failed to restore: getCacheEntry failed: connect ETIMEDOUT IP:PORT
178
179
这个错误的原因是 runner 容器和作业容器位于不同的网络中,因此作业容器无法访问 runner 容器。
180
因此,配置 cache 动作以确保其正常运行是非常重要的。请按照以下步骤操作:
0 commit comments