File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change 18
18
jobs :
19
19
docker_buildx_debian :
20
20
runs-on : ubuntu-latest
21
+ timeout-minutes : 60
21
22
steps :
22
23
- name : Checkout the repository
23
24
uses : actions/checkout@v2.3.4
51
52
52
53
docker_buildx_alpine :
53
54
runs-on : ubuntu-latest
55
+ timeout-minutes : 60
54
56
steps :
55
57
- name : Checkout the repository
56
58
uses : actions/checkout@v2.3.4
Original file line number Diff line number Diff line change 10
10
jobs :
11
11
docker_buildx_debian :
12
12
runs-on : ubuntu-latest
13
+ timeout-minutes : 60
13
14
steps :
14
15
- name : Checkout the repository
15
16
uses : actions/checkout@v2.3.4
52
53
53
54
docker_buildx_alpine :
54
55
runs-on : ubuntu-latest
56
+ timeout-minutes : 60
55
57
steps :
56
58
- name : Checkout the repository
57
59
uses : actions/checkout@v2.3.4
You can’t perform that action at this time.
0 commit comments