chore(ci): adjust timeout in docker job
history of https://github.com/ipfs/kubo/actions/workflows/docker-image.yml shows the job takes ~5m, so 15m is plenty if something goes wrong.
Marcin Rataj committed
Nov 7, 2024 at 23:03 UTC
71048b7687a551dd178acef90549a64e3c38568f
1 file changed
+1
-1
.github/workflows/docker-image.yml
+1
-1
@@ -32,7 +32,7 @@ jobs:
32
if: github.repository == 'ipfs/kubo' || github.event_name == 'workflow_dispatch'
33
name: Push Docker image to Docker Hub
34
runs-on: ubuntu-latest
35
- timeout-minutes: 90
35
+ timeout-minutes: 15
36
env:
37
IMAGE_NAME: ipfs/kubo
38
LEGACY_IMAGE_NAME: ipfs/go-ipfs