Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
francoisferrand committed Apr 11, 2024
1 parent 086f19d commit ca8b0ff
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/actions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,13 @@ jobs:
# Start cri-o service
sudo systemctl start crio
sudo containerd config default | sudo tee /etc/containerd/config.toml
sudo systemctl restart containerd
echo """
runtime-endpoint: unix:///run/containerd/containerd.sock
image-endpoint: unix:///run/containerd/containerd.sock
""" | sudo tee /etc/crictl.yam
# TODO: cache the installed image?

- name: Downgrade Oras to 0.12.0
Expand Down

0 comments on commit ca8b0ff

Please sign in to comment.