fix: install docker
Some checks failed
build image / build (push) Failing after 26s

This commit is contained in:
Bruno Carlin 2025-01-05 04:08:19 +01:00
parent 4de7eb13e2
commit a952f061f9
Signed by: bcarlin
GPG key ID: 8E254EA0FFEB9B6D

View file

@ -1,4 +1,4 @@
name: Verifies PR
name: build image
on:
pull_request:
types:
@ -17,6 +17,7 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: latest
- run: apt-get update && apt-get install -y --no-recommends docker.io
-
name: Login to Docker Hub
uses: docker/login-action@v3