Skip to content

Commit c33f849

Browse files
committed
🐞 Build images on self-hosted runner
I went to the trouble of building a GitHub Actions self-hosted runner, so why not use it?
1 parent 143a0ac commit c33f849

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/docker-fedora-golang-bosh.yml

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

1111
jobs:
1212
build:
13-
runs-on: ubuntu-latest
13+
runs-on: self-hosted
1414
steps:
1515
- name: Checkout code
1616
uses: actions/checkout@v4

.github/workflows/docker-fedora-ruby-bind-utils.yml

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

1212
jobs:
1313
build:
14-
runs-on: ubuntu-latest
14+
runs-on: self-hosted
1515
steps:
1616
- name: Checkout code
1717
uses: actions/checkout@v4

.github/workflows/docker-sslip.io-dns-server.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-and-push:
11-
runs-on: ubuntu-latest
11+
runs-on: self-hosted
1212
steps:
1313
- name: Checkout repository
1414
uses: actions/checkout@v4

0 commit comments

Comments
 (0)