mirror of
https://github.com/mollyim/mollysocket.git
synced 2025-05-13 05:40:54 +01:00
Fix release workflow with ubuntu 24+
This commit is contained in:
parent
617f1afae8
commit
a367740cad
1 changed files with 1 additions and 1 deletions
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue