Make sure docker is running before pull

This commit is contained in:
Daniel A. Wozniak 2025-01-29 18:18:04 -07:00 committed by Daniel Wozniak
parent bc5b823726
commit 74a4b5b4ee

View file

@ -125,6 +125,10 @@ jobs:
with:
name: nox-linux-${{ matrix.arch }}-${{ inputs.nox-session }}
- name: "Ensure docker is running"
run: |
sudo systemctl start containerd
- name: "Pull container ${{ matrix.container }}"
run: |
docker pull ${{ matrix.container }}