mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Make sure docker is running before pull
This commit is contained in:
parent
bc5b823726
commit
74a4b5b4ee
1 changed files with 4 additions and 0 deletions
4
.github/workflows/test-packages-action.yml
vendored
4
.github/workflows/test-packages-action.yml
vendored
|
@ -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 }}
|
||||
|
|
Loading…
Add table
Reference in a new issue