-
Notifications
You must be signed in to change notification settings - Fork 155
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
Install Commands without GitHub Token not Executed #146
Comments
You are missing |
Thank you for the reply! 🙂 I don't quite understand the connection between mounting the host directory and having the Might be a good hint for the readme then, as there doesn't seem to be an indication that this is necessary. |
I didn't say that the mounting is related to the installation step! They might be related but I didn't check the source code to validate this! I pointed you at
Without the mounting you cannot expect to find Does your CI workflow work now after adding |
Yes, after adding it, it does execute correctly. It's however still unclear to me, why before it didn't even run the installation (no output in the log). What's even more peculiar is, that it still ran the run commands without it, but I assume directly on the host, since the volume wasn't actually mapped? |
Description
If you don't use a GitHub Token to cache the Docker image, the
install
options aren't actually executed.Steps to Reproduce
run-on-arch-action
install
commandsgithub-token
Actual Behavior
It just launches a default Docker image that doesn't run the specified
install
commands.Expected Behavior
Even if the Docker image isn't cached, the built Docker image should be used and the
install
commands should be executed.Workaround
Just run the
apt-get install
commands in the run section first.Additional Information
You never see the install being executed.
Here's the output:
Build container
Run container
The text was updated successfully, but these errors were encountered: