Skip to content

Commit 9a35ee4

Browse files
shuhuiluoclaude
andauthored
chore: add 30 minute timeout to Docker build workflow (#4392)
Add a 30-minute timeout to the build job in the reusable Docker build workflow to prevent indefinite execution of Docker builds. Co-authored-by: Claude <[email protected]>
1 parent ab71a08 commit 9a35ee4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/_build-docker-arch.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ jobs:
6868
build:
6969
name: Build ${{ inputs.architecture }} image
7070
runs-on: ${{ inputs.runner }}
71+
timeout-minutes: 30
7172

7273
permissions:
7374
contents: write

0 commit comments

Comments
 (0)