-
Notifications
You must be signed in to change notification settings - Fork 38
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
Question about context path #45
Comments
This should work except the
Build process will set the context first and will look for the |
Thanks @RafikFarhad! Testing it now |
Unfortunately, that did not work. Sounds like it couldn't run the dockerfile anywhere, it has to be inside the current directory. See here: I added one job before push to gcr. Then the next job (which is the same one as above plus your change/suggestion: See the snippet of yml:
Honestly, I don't see anything wrong with your suggestion. If you have more ideas, I'd love to hear them since I've hit the block now :( |
thought your working directory in previous step is actually context: /tmp/playground instead of I guess the content of |
oh oops, sorry for the delay! I came back to this repo for an arg to build usnig arm64 and I saw a new reply. I will try it out! Thank you for ur time! |
The snippet below:
The dockerfile I have is in
/tmp/playground
how come I couldn't use like this:
or
None of them worked. I'm unable to access to see where is the default path it is in. How do I direct
context
to get the/tmp/playground
?The text was updated successfully, but these errors were encountered: