Skip to content

Commit

Permalink
Set docker build timeout to 10m
Browse files Browse the repository at this point in the history
  • Loading branch information
minamijoyo committed Jun 6, 2023
1 parent b3c2039 commit 0b7fc7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:

jobs:
docker:
timeout-minutes: 5
timeout-minutes: 10
runs-on: ubuntu-latest
steps:
- name: Set up Docker Buildx
Expand Down

0 comments on commit 0b7fc7d

Please sign in to comment.