|
|
@@ -122,9 +122,10 @@ jobs:
|
|
|
run: |
|
|
|
ls -lR _packages/$PROFILE
|
|
|
mv _packages/$PROFILE/*.tar.gz ./
|
|
|
+
|
|
|
- name: Enable containerd image store on Docker Engine
|
|
|
run: |
|
|
|
- echo "$(jq '. += {"features": {"containerd-snapshotter": true}}' /etc/docker/daemon.json)" > daemon.json
|
|
|
+ echo "$(sudo cat /etc/docker/daemon.json | jq '. += {"features": {"containerd-snapshotter": true}}')" > daemon.json
|
|
|
sudo mv daemon.json /etc/docker/daemon.json
|
|
|
sudo systemctl restart docker
|
|
|
|