Add debug docker config

This commit is contained in:
Daniel A. Wozniak 2025-01-03 00:32:56 -07:00 committed by Daniel Wozniak
parent cea4faccdc
commit 4923a9888b

View file

@ -128,6 +128,9 @@ jobs:
cd artifacts
tar xvf ${{ inputs.package-name }}-${{ inputs.salt-version }}-onedir-${{ matrix.platform }}-${{ matrix.arch }}.tar.xz
- name: "Show docker config"
run: |
cat /lib/systemd/system/containerd.service
- name: "Pull container ${{ matrix.container }}"
run: |