Set build and release actions timeout to 30 mins

This commit is contained in:
Dan Sosedoff 2022-07-23 18:46:07 -05:00
parent fae23dc57c
commit 2d6ec5dde7
No known key found for this signature in database
GPG Key ID: 26186197D282B164
2 changed files with 2 additions and 2 deletions

View File

@ -12,7 +12,7 @@ jobs:
docker-build:
name: docker images
runs-on: ubuntu-latest
timeout-minutes: 20
timeout-minutes: 30
steps:
- name: Checkout code

View File

@ -14,7 +14,7 @@ jobs:
docker-release:
name: Publish Docker images
runs-on: ubuntu-latest
timeout-minutes: 20
timeout-minutes: 30
steps:
- name: Checkout code