Skip to content

Commit

Permalink
Fix release workflow with ubuntu 24+
Browse files Browse the repository at this point in the history
  • Loading branch information
p1gp1g authored Dec 22, 2024
1 parent 617f1af commit a367740
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a367740

Please sign in to comment.