-
Notifications
You must be signed in to change notification settings - Fork 54
Open
Labels
Description
Which release, branch or hash of Docker SDK are you using?
Which operating system (platform/version/architecture) are you using?
ubuntu-18.04 on GitHub Actions
What is the issue that you're experiencing?
We are experiencing very slow builds on GitHub Actions.
When running acceptance and functional tests, the jobs run ~11 and ~7 minutes respectively. Most of the time they are busy building Docker images.
We would like to speed up the builds by caching Docker layers. Unfortunately, it is unclear how to do that.
Long build times
- eat up build minutes
- force developers to push rarely
- force developers to push larger commits
What are the steps to reproduce the issue?
See https://github.com/spryker-shop/b2b-demo-shop/actions/runs/2538229226:
What is the expected result of these steps in the absence of the issue?
Fast builds!
What is the actual result?
Slow builds. 🐌
What possible solutions and/or workarounds for the issue do you see?
Using Docker layer caching.
Is there any other information that might be helpful?
Reactions are currently unavailable
