-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Can't figure out how to reset image choice. #2219
Comments
I think it does what I want when I manually specify each image in the invocation. ie
Is there a way to make this the default? |
There are multiple locations where you can change default cli flags, a good point would be to add it to the act userguide
The content for your preference would be added to a actrc file like
The format of this file is just We should really make act log all actrc locations if not already. If you would provide |
On macOS, the config I selected on first run seems to have been saved to However, this took me a long time to find, as the output of
If I can get things up and running I'll try to submit a PR to update the documentation. |
Thanks @mitchellnemitz, I'd been digging around for it with no luck! |
for macOS deleting actrc at |
It worked thanks. |
i'll try to raise a pr, you can also if you want to :) |
I found |
I found |
Using environment variable also work like that. |
Had the same issue here. Where is the source code for the book located? |
If - like me - you're running act as sudo (because docker needs sudo on my system), the file to remove/edit is |
Bug report info
When I first ran
act
, I selected the "Medium" image. That failed because it couldn't find a satisfactory Python. So I figured I'd try a "Large" image. But I can't figure out how to reset that preference.Things I've tried:
invoking
act
withact -P image=catthehacker/ubuntu:full-22.04
seems to pull the medium images anyway.I've tried deleting the medium images from docker, but it just re-pulls them without asking again.
I've tried deleting everything I could find associated with
act
on the hope that it would ask again when I reinstalled it, but that preference is still hiding somewhere...Describe issue
I've spent 30 minutes reading documentation, forums, and reinstalling stuff trying to get back to the "What size image do you want to use?" prompt that it asked me when I first installed
act
.Link to GitHub repository
No response
Workflow content
n/a
Relevant log output
Additional information
No response
The text was updated successfully, but these errors were encountered: