Fix release workflow with ubuntu 24+

This commit is contained in:
S1m 2024-12-22 23:06:26 +01:00 committed by GitHub
parent 617f1afae8
commit a367740cad
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -56,7 +56,7 @@ jobs:
- name: Set Up containerd image store
shell: bash
run: |
cat /etc/docker/daemon.json | jq '. | .+{"features": {"containerd-snapshotter": true}}' | sudo tee /etc/docker/daemon.json
( cat /etc/docker/daemon.json || echo '{}' ) | jq '. | .+{"features": {"containerd-snapshotter": true}}' | sudo tee /etc/docker/daemon.json
sudo systemctl restart docker
- name: Login to GitHub Container Registry