chore(): Migrates to using a dind container
Some checks failed
build-container / docker (push) Failing after 14m47s

This commit is contained in:
Elia el Lazkani 2024-04-01 23:29:52 +02:00
parent 185a905665
commit 829b063e1e

View file

@ -9,9 +9,15 @@ jobs:
docker:
runs-on: pi
container:
image: scm.project42.io/elia/docker-actions-container:latest
image: cruizba/ubuntu-dind:noble-26.0.0
options: --sysctl net.ipv6.conf.all.disable_ipv6=0 --privileged
steps:
- name: Install dependencies
id: dependencies
run: |
apt-get update > /dev/null
apt-get install -y -qq nodejs git > /dev/null
- name: Checkout
uses: actions/checkout@v4