Skip to content

Commit a4563c5

Browse files
authored
Change runners to self-hosted in docker.yml
Updated CI/CD workflows to use self-hosted runners instead of ubuntu-latest.
1 parent 94b7410 commit a4563c5

1 file changed

Lines changed: 6 additions & 4 deletions

File tree

.github/workflows/docker.yml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ jobs:
1717

1818
cicd-docker:
1919
name: Cargo and npm build
20-
runs-on: ubuntu-latest
21-
#runs-on: self-hosted
20+
#runs-on: ubuntu-latest
21+
runs-on: self-hosted
2222
env:
2323
SQLX_OFFLINE: true
2424
steps:
@@ -155,7 +155,8 @@ jobs:
155155

156156
cicd-linux-docker:
157157
name: CICD Docker
158-
runs-on: ubuntu-latest
158+
#runs-on: ubuntu-latest
159+
runs-on: self-hosted
159160
needs: cicd-docker
160161
steps:
161162
- name: Checkout sources
@@ -193,7 +194,8 @@ jobs:
193194

194195
stackerdb-docker:
195196
name: StackerDB Docker
196-
runs-on: ubuntu-latest
197+
#runs-on: ubuntu-latest
198+
runs-on: self-hosted
197199
needs: cicd-docker
198200
steps:
199201
- name: Checkout sources

0 commit comments

Comments
 (0)