Yao Zhang

Results 5 comments of Yao Zhang

were you able to get it to work @shaypi i'm encountering the same problem

I would also love something like this for our test CI pipelines. Any updates to this issue?

@stuartleeks 👋 yes I am using the standard docker build in the pre-build step. The idea was to use try to prod image that gets built without the extra steps...

@stuartleeks I've updated the pre-build step to build the image with devcontainer/ci action instead but it still doesn't look to be pulling from the image cache in the subsequent steps...

@ericslandry we actually moved away from using devcontainers in our ci builds since it wasn't giving us any added benefits. Ended up using the built in github actions cache registry...