ci(github-action): 延长镜像构建工作流的超时时间.

鉴于镜像构建可能会很慢, 因此将时间统一延长到 15 分钟.
This commit is contained in:
2022-08-23 12:22:31 +08:00
parent 5251b62733
commit 2bf4eb684e
2 changed files with 2 additions and 2 deletions

View File

@ -10,7 +10,7 @@ permissions:
jobs:
build:
timeout-minutes: 8
timeout-minutes: 15
runs-on: ubuntu-latest
steps: