Update deploy-rs workflow

This commit is contained in:
albert 2024-04-05 08:26:10 +09:00
parent 268efad778
commit 815d26fc8f
No known key found for this signature in database
GPG key ID: 64F6C4EB46C4543A

View file

@ -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"