The /var/lib/containers/storage/overlay directory is owned by root (from the container-storage-action BTRFS mount). The actions/cache post-cleanup step cannot remove it as the runner user, causing EACCES warnings. Co-Authored-By: opencode <opencode@opencode.ai>