Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Fix owner of /home/runner directory#4132

Merged
TingluoHuang merged 3 commits intoactions:mainfrom
nikola-jokic:nikola-jokic/fix-docker-permissions
Nov 21, 2025
Merged

Fix owner of /home/runner directory#4132
TingluoHuang merged 3 commits intoactions:mainfrom
nikola-jokic:nikola-jokic/fix-docker-permissions

Conversation

@nikola-jokic
Copy link
Contributor

Fixes #4131

@nikola-jokic nikola-jokic requested a review from a team as a code owner November 21, 2025 19:09
Copilot AI review requested due to automatic review settings November 21, 2025 19:09
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR addresses issue #4131 by ensuring the /home/runner directory has the correct ownership in the runner container image.

Key changes:

  • Adds chown -R runner:runner /home/runner command to set proper ownership of the runner home directory
  • Includes an unrelated formatting change to the docker-buildx download URL

@TingluoHuang TingluoHuang merged commit 9a21440 into actions:main Nov 21, 2025
9 checks passed
Copy link

@anuragstar anuragstar left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, is this will be rollout with release 2.330.0 ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Permissions issue on runners v2.330.0

4 participants