-
Notifications
You must be signed in to change notification settings - Fork 13
install without sudo #42
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Hi, this "fix" has broken our CI (after upgrading to v0.8, so we had to rollback to v0.7). You should have parameterised Now with v0.8 I get this:
With |
@bHacklv are you using vanilla github actions runners or something else like self hosted runners? |
i can make a fix and make sudo an option to be used or not |
@dprotaso Experiencing the same issue and can report we have our own self hosted runners |
Private self-hosted, based on ghcr.io/actions/actions-runner. |
@max-frank @bHacklv @dprotaso did this PR to fix the issue y'all are having #44 |
I also had the same issue fwiw, on self-hosted runners based on ghcr.io/actions/actions-runner. While I'm happy #44 was merged, and I can lock my action to a SHA, do we know if there'll be a v0.8.1 tag, with another release of v0.8? |
here: https://github.com/ko-build/setup-ko/releases/tag/v0.9 |
Fixes #23