This commit is contained in:
parent
43414b5c7e
commit
2a5e2f07c0
4 changed files with 4 additions and 4 deletions
|
@ -7,7 +7,7 @@ on:
|
|||
|
||||
jobs:
|
||||
deploy-rs:
|
||||
runs-on: docker
|
||||
runs-on: alpine
|
||||
container:
|
||||
image: alpine:edge
|
||||
options: --mount type=bind,src=/dev/net/tun,dst=/dev/net/tun --privileged
|
||||
|
|
|
@ -7,7 +7,7 @@ on:
|
|||
|
||||
jobs:
|
||||
ssh-test:
|
||||
runs-on: docker
|
||||
runs-on: alpine
|
||||
container:
|
||||
image: alpine:edge
|
||||
options: --mount type=bind,src=/dev/net/tun,dst=/dev/net/tun --privileged
|
||||
|
|
|
@ -4,7 +4,7 @@ on:
|
|||
push
|
||||
jobs:
|
||||
update-flake-lock:
|
||||
runs-on: docker
|
||||
runs-on: alpine
|
||||
container:
|
||||
image: alpine:edge
|
||||
steps:
|
||||
|
|
|
@ -6,7 +6,7 @@ on:
|
|||
|
||||
jobs:
|
||||
lockfile:
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: ubuntu
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v3
|
||||
|
|
Loading…
Reference in a new issue