Start Docker
Some checks failed
ci / docker (push) Failing after 22s

This commit is contained in:
Eric Meehan 2025-02-14 11:53:53 -05:00
parent 69b659d2cc
commit 9a5346cfe4

View File

@ -16,6 +16,7 @@ jobs:
run: |
apt-get update -y
apt-get install -y docker.io
systemctl start docker
- name: Login to Docker Hub
uses: docker/login-action@v3