Skip to content
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

Failure to find and start dockers #126

Open
chayim opened this issue May 14, 2023 · 1 comment
Open

Failure to find and start dockers #126

chayim opened this issue May 14, 2023 · 1 comment

Comments

@chayim
Copy link

chayim commented May 14, 2023

Hi!

First of all, awesome project, thank you so much! I'm currently trying to use this in a secondary workflow. I know it works - because we already rely on it to build redis for redis-stack. But, I'm extremely confused because what should be simple reuse (i.e call it again) clearly builds the docker, but then it fails to run a simple command such as ls, as evident by this action run, even though the use is near identical.

However, I did notice that the runner output now contains the following

WARNING: No output specified with docker-container driver. Build result will only remain in the build cache. To push result image into registry use --push or to load image into docker use --load

Any chance you can help shed light on this? I'm stumped!

@martin-g
Copy link
Contributor

I think your issue is a missing githubToken: ${{ github.token }}.
See more at https://github.com/uraimo/run-on-arch-action#usage

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

No branches or pull requests

2 participants