ci: install docker
Some checks failed
Build and Publish Docker Image / docker (push) Failing after 17s

This commit is contained in:
Nathan Lamy 2025-08-21 16:22:30 +02:00
parent 48af03c67a
commit 8e66f0e13b

View file

@ -14,6 +14,11 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v4
- name: Set up Docker
run: |
sudo apt-get update
sudo apt-get install -y docker.io
- name: Log in to GitHub Container Registry
uses: docker/login-action@v3
with: