mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Do not mount docker socket
This commit is contained in:
parent
6e15319728
commit
7167affa28
1 changed files with 1 additions and 2 deletions
3
.github/workflows/test-action.yml
vendored
3
.github/workflows/test-action.yml
vendored
|
@ -130,7 +130,7 @@ jobs:
|
|||
|
||||
- name: "Show docker config"
|
||||
run: |
|
||||
cat /lib/systemd/system/containerd.service
|
||||
cat /lib/systemd/system/containerd.service
|
||||
|
||||
- name: "Pull container ${{ matrix.container }}"
|
||||
run: |
|
||||
|
@ -169,7 +169,6 @@ jobs:
|
|||
-e SALT_TRANSPORT=${{ matrix.transport }} \
|
||||
-e LANG="en_US.UTF-8" \
|
||||
-e SHELL=/bin/bash \
|
||||
-v "/var/run/docker.sock":"/var/run/docker.sock" \
|
||||
-v "/home/runner/work":"/__w" \
|
||||
--entrypoint "/usr/lib/systemd/systemd" \
|
||||
${{ matrix.container }} \
|
||||
|
|
Loading…
Add table
Reference in a new issue