Try with install docker

This commit is contained in:
Florian RICHER 2023-11-21 20:08:54 +01:00
parent 1890b12806
commit fda612bb05

View file

@ -8,11 +8,16 @@ jobs:
docker:
runs-on: ubuntu-latest
steps:
- name: Install docker
run: apt update && apt install -y docker.io
- name: Checkout
uses: https://github.com/actions/checkout@v3
- name: Set up QEMU
uses: https://github.com/docker/setup-qemu-action@v3
with:
platforms: [amd64]
- name: Set up Docker Buildx
uses: https://github.com/docker/setup-buildx-action@v3