Skip to content

Commit cb5e40c

Browse files
committed
fixing a docker issue encountered when running security action
1 parent 57eb7a4 commit cb5e40c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/security.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -162,6 +162,10 @@ jobs:
162162
steps:
163163
- uses: actions/checkout@v4
164164
- uses: docker-practice/actions-setup-docker@master
165+
- name: Configure Docker Daemon
166+
run: |
167+
echo '{"experimental": true}' | sudo tee /etc/docker/daemon.json
168+
sudo systemctl restart docker
165169
- name: Build
166170
run: docker build -f Dockerfile -t user/app:latest .
167171
working-directory: ${{ matrix.module-folder }}

0 commit comments

Comments
 (0)