-
Notifications
You must be signed in to change notification settings - Fork 187
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
ci: refactor docker build #2783
Conversation
|
7a880bb
to
6e4300a
Compare
6e4300a
to
ef17b44
Compare
@holic I was taking a look at your Depot usage and wanted to suggest that you have 5,000 accelerated Docker image build minutes with us. You could cut these Docker image builds over to a Depot project or two and get significantly faster Docker image builds to go with the GHA runners you are already using. Here are some docs on getting going with that, but feel free to ping @jacobwgillespie or me if we can help out: https://depot.dev/docs/integrations/github-actions |
attempting to refactor the docker build step so that they run in order on the same worker, rather than separate workers all performing the same work (building a big docker image)