freechipsproject / chisel-bootcamp

Generator Bootcamp Material: Learn Chisel the Right Way
Apache License 2.0
982 stars 278 forks source link

build(dockerfile): Change coursier_cache owner to bootcamp #148

Open duskmoon314 opened 3 years ago

duskmoon314 commented 3 years ago

Add chown -R bootcamp:bootcamp /coursier_cach to fix problem mentioned in #140

I have tested in my repo.

duskmoon314 commented 3 years ago

Maybe CI shouldn't try docker-login step 😃

duskmoon314 commented 3 years ago

@wunderabt Thanks! My mistake.

duskmoon314 commented 3 years ago

I think this PR can be merged and close the relative issue 140. Could any maintainer consider it?

pcotret commented 1 year ago

I know @duskmoon314 PR is nearly 2 yo. However, I'm still facing the issue described in #140 and this PR doesn't solve it in my case. Anyone facing this recently?