We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e4582d5 commit 4733aadCopy full SHA for 4733aad
.github/workflows/build_latest.yml
@@ -18,6 +18,7 @@ on:
18
jobs:
19
docker_buildx_debian:
20
runs-on: ubuntu-latest
21
+ timeout-minutes: 60
22
steps:
23
- name: Checkout the repository
24
uses: actions/checkout@v2.3.4
@@ -51,6 +52,7 @@ jobs:
51
52
53
docker_buildx_alpine:
54
55
56
57
58
.github/workflows/build_tags.yml
@@ -10,6 +10,7 @@ on:
10
11
12
13
14
15
16
@@ -52,6 +53,7 @@ jobs:
59
0 commit comments