10000 use self-hosted runner for dockerbuild · sorokinvld/postgres@25f1c30 · GitHub
[go: up one dir, main page]

Skip to content

Commit 25f1c30

Browse files
dragarciadarora
authored andcommitted
use self-hosted runner for dockerbuild
1 parent 88cfd39 commit 25f1c30

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/dockerhub-release.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,9 @@ on:
99

1010
jobs:
1111
docker_release:
12-
runs-on: ubuntu-20.04
12+
runs-on: [self-hosted, linux]
13+
timeout-minutes: 360
14+
1315
steps:
1416
- uses: actions/checkout@v2
1517

0 commit comments

Comments
 (0)
0