-
Notifications
You must be signed in to change notification settings - Fork 31
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
Add workdir option #76
Conversation
caa40ea
to
73d2e19
Compare
73d2e19
to
49296ad
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm ok with this new input while waiting for better support upstream in docker/buildx#1028.
See also my comment and ci failure.
PTAL @tonistiigi
49296ad
to
78e325f
Compare
2d8e90e
to
ba83d0d
Compare
Check CI: https://github.com/docker/bake-action/runs/7283346396?check_suite_focus=true#step:3:311
|
Signed-off-by: Danilo Tuler <tuler@pobox.com>
ba83d0d
to
e917a42
Compare
Sorry, I was running |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM thanks, PTAL @tonistiigi
Adds a
workdir
option.Fixes #65