summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorIlya Mashchenko <ilya@netdata.cloud>2022-12-09 14:25:05 +0200
committerGitHub <noreply@github.com>2022-12-09 07:25:05 -0500
commitfd6bff560f44cbef9a34281afeca050ec43f9914 (patch)
treebd7cb8056863d3e6ff83cb51b420a5fb747a15c5 /.github
parent807ba9376c1ccec17d1ebfa07bf081a7a96846f6 (diff)
ci: fix cgroup-parent name in packaging (#14118)
* ci: fix cgroup-parent name * update cgroup-parent
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/packaging.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/packaging.yml b/.github/workflows/packaging.yml
index 72042ab917..c99f535ab5 100644
--- a/.github/workflows/packaging.yml
+++ b/.github/workflows/packaging.yml
@@ -160,7 +160,7 @@ jobs:
id: docker-config
shell: bash
run: |
- echo '{"cgroup-parent": "/actions_job", "experimental": true}' | sudo tee /etc/docker/daemon.json 2>/dev/null
+ echo '{"cgroup-parent": "actions-job.slice", "experimental": true}' | sudo tee /etc/docker/daemon.json 2>/dev/null
sudo service docker restart
- name: Fetch images
id: fetch-images