Skip to content

Commit f70e19e

Browse files
authored
Change runner to self-hosted for Docker builds
1 parent fd05578 commit f70e19e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_images_regular.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
- cron: '0 9 13 * *'
55
jobs:
66
build_docker_images_regularly:
7-
runs-on: ubuntu-latest
7+
runs-on: self-hosted
88
permissions:
99
issues: write
1010
pull-requests: write

0 commit comments

Comments
 (0)