Skip to content

Commit 72d7515

Browse files
authored
Update docker.yml
1 parent 9504301 commit 72d7515

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/docker.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@ on:
1212
jobs:
1313
cicd-linux-docker:
1414
name: Cargo and npm build
15-
runs-on: ubuntu-latest
15+
#runs-on: ubuntu-latest
16+
runs-on: [self-hosted, linux]
1617
steps:
1718
- name: Checkout sources
1819
uses: actions/checkout@v2
@@ -135,7 +136,8 @@ jobs:
135136

136137
cicd-docker:
137138
name: CICD Docker
138-
runs-on: ubuntu-latest
139+
#runs-on: ubuntu-latest
140+
runs-on: [self-hosted, linux]
139141
needs: cicd-linux-docker
140142
steps:
141143
- name: Download app archive

0 commit comments

Comments
 (0)