@cryptotaxi247 / netdata-1 / commits / fd6bff560

ci: fix cgroup-parent name in packaging (#14118)

* ci: fix cgroup-parent name * update cgroup-parent

Ilya Mashchenko committed Dec 9, 2022 at 14:25 UTC fd6bff560f44cbef9a34281afeca050ec43f9914
1 file changed +1 -1
.github/workflows/packaging.yml
+1 -1
@@ -160,7 +160,7 @@ jobs:
160 id: docker-config
161 shell: bash
162 run: |
163 - echo '{"cgroup-parent": "/actions_job", "experimental": true}' | sudo tee /etc/docker/daemon.json 2>/dev/null
163 + echo '{"cgroup-parent": "actions-job.slice", "experimental": true}' | sudo tee /etc/docker/daemon.json 2>/dev/null
164 sudo service docker restart
165 - name: Fetch images
166 id: fetch-images