Update deploy-rs workflow
This commit is contained in:
parent
268efad778
commit
815d26fc8f
1 changed files with 2 additions and 2 deletions
|
@ -7,9 +7,9 @@ on:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
deploy-rs:
|
deploy-rs:
|
||||||
runs-on: alpine
|
runs-on: ubuntu
|
||||||
container:
|
container:
|
||||||
image: alpine:edge
|
image: ubuntu:23.10
|
||||||
options: --mount type=bind,src=/dev/net/tun,dst=/dev/net/tun --privileged
|
options: --mount type=bind,src=/dev/net/tun,dst=/dev/net/tun --privileged
|
||||||
steps:
|
steps:
|
||||||
- name: "Runner: Info"
|
- name: "Runner: Info"
|
||||||
|
|
Loading…
Reference in a new issue