chore(): Adds container options
Some checks failed
build-container / docker (push) Has been cancelled
Some checks failed
build-container / docker (push) Has been cancelled
This commit is contained in:
parent
7a8aeec393
commit
3539140df7
1 changed files with 1 additions and 0 deletions
|
@ -10,6 +10,7 @@ jobs:
|
|||
runs-on: pi
|
||||
container:
|
||||
image: scm.project42.io/elia/docker-actions-container:latest
|
||||
options: --sysctl net.ipv6.conf.all.disable_ipv6=0 --privileged
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
|
|
Loading…
Reference in a new issue