Skip to content

Commit 492aee0

Browse files
author
Chris
committed
bump timeout to 1 hour
1 parent 68f6108 commit 492aee0

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/docker-build.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,14 @@ on:
55
branches: [ main, chriszhu__build_docker_on_branch ]
66
workflow_dispatch:
77

8+
permissions:
9+
contents: read
10+
packages: write
11+
812
jobs:
913
build:
1014
runs-on: ubuntu-latest
11-
timeout-minutes: 30
15+
timeout-minutes: 60
1216
steps:
1317
- name: Checkout code
1418
uses: actions/checkout@v5

0 commit comments

Comments
 (0)