You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Our CI docker build process has to build our images from scratch every time because there is no layer caching available. Utilizing caching should speed up our image build considerably.
The text was updated successfully, but these errors were encountered:
We currently aren't using the build-push-action, relying instead on docker compose build to build the entire dependency tree for us. I estimated this task as Tiny at first, but now that I realize that it would involve a larger rewrite of the GHA workflow, I'm bumping the estimate to Small as it will require quite a bit of testing to make sure we got the details right.
See https://github.com/docker/build-push-action for documentation
Our CI docker build process has to build our images from scratch every time because there is no layer caching available. Utilizing caching should speed up our image build considerably.
The text was updated successfully, but these errors were encountered: