try lxc
This commit is contained in:
parent
14b766d46d
commit
352a0c6696
1 changed files with 3 additions and 3 deletions
|
@ -5,9 +5,9 @@ on:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
checkout:
|
checkout:
|
||||||
runs-on: docker
|
runs-on: lxc
|
||||||
container:
|
container:
|
||||||
image: docker:dind-rootless
|
image: alpine
|
||||||
steps:
|
steps:
|
||||||
- name: Get git and docker
|
- name: Get git and docker
|
||||||
run: apk add git nodejs
|
run: apk add git nodejs
|
||||||
|
|
Loading…
Add table
Reference in a new issue