Skip to content

Commit 2b5ce6c

Browse files
authored
fix: bump timeout for building images (#1553)
Bumps the timeout to 500 (default 360) minutes.
1 parent 8028f97 commit 2b5ce6c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/publish-otel-php-base-docker-image.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,11 @@ on:
66
push:
77
paths:
88
- docker/Dockerfile
9+
- .github/workflows/publish-otel-php-base-docker-image.yml
910
pull_request:
1011
paths:
1112
- docker/Dockerfile
13+
- .github/workflows/publish-otel-php-base-docker-image.yml
1214
jobs:
1315
push_to_registry:
1416
name: OpenTelemetry PHP base docker image creation
@@ -19,6 +21,7 @@ jobs:
1921
permissions:
2022
packages: write
2123
contents: read
24+
timeout-minutes: 500
2225
steps:
2326

2427
- name: check out the repo

0 commit comments

Comments
 (0)