Skip to content

Commit d3337c7

Browse files
authored
Change runner to self-hosted for build job
1 parent 23a9b84 commit d3337c7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build-and-push-images.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88

99
jobs:
1010
build:
11-
runs-on: ubuntu-22.04 #ubuntu-latest
11+
runs-on: self-hosted
1212
steps:
1313
- name: Increase swap space
1414
run: sudo /bin/dd if=/dev/zero of=/var/swap.1 bs=1M count=5120 && sudo chmod 600 /var/swap.1 && sudo /sbin/mkswap /var/swap.1 && sudo /sbin/swapon /var/swap.1

0 commit comments

Comments
 (0)