Skip to content

Commit 01cda0e

Browse files
Merge pull request #85 from GeoDerp/patch-3
publish_docker.yaml timeout
2 parents dbb47d6 + 154e676 commit 01cda0e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/publish_docker.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ on:
66

77
jobs:
88
publish:
9+
timeout-minutes: 40
910
strategy:
1011
fail-fast: false
1112
matrix:
@@ -26,4 +27,4 @@ jobs:
2627
args: |
2728
--${{ matrix.architecture }} \
2829
--target emhass \
29-
--docker-hub davidusb
30+
--docker-hub davidusb

0 commit comments

Comments
 (0)