-
Notifications
You must be signed in to change notification settings - Fork 310
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
github/workflows: Enable Docker layer caching between builds #5070
Closed
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sschuberth
force-pushed
the
docker-github-caching
branch
from
August 28, 2022 08:31
0b834bd
to
7cebbef
Compare
Codecov ReportPatch and project coverage have no change.
Additional details and impacted files@@ Coverage Diff @@
## main #5070 +/- ##
=========================================
Coverage 64.34% 64.34%
Complexity 1960 1960
=========================================
Files 327 327
Lines 16529 16529
Branches 2359 2359
=========================================
Hits 10635 10635
Misses 4875 4875
Partials 1019 1019
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
sschuberth
force-pushed
the
docker-github-caching
branch
from
August 29, 2022 06:18
bd45950
to
fb401d7
Compare
This is currently blocked by batect/docker-client#244. |
sschuberth
force-pushed
the
docker-github-caching
branch
8 times, most recently
from
April 28, 2023 17:09
9745cf7
to
8298ed1
Compare
sschuberth
force-pushed
the
docker-github-caching
branch
3 times, most recently
from
May 4, 2023 14:48
a858ae0
to
977ceae
Compare
Also do not wrap the comments too early, they now actually fit into a single line each. Signed-off-by: Sebastian Schuberth <sschuberth@gmail.com>
…nore This avoids the Docker image to be rebuilt because of Batect cache changes. Signed-off-by: Sebastian Schuberth <sschuberth@gmail.com>
…uild Signed-off-by: Sebastian Schuberth <sschuberth@gmail.com>
Signed-off-by: Sebastian Schuberth <sschuberth@gmail.com>
For details see [1]. [1]: https://docs.docker.com/build/ci/github-actions/cache/#github-cache Signed-off-by: Sebastian Schuberth <sebastian.schuberth@bosch.io>
sschuberth
force-pushed
the
docker-github-caching
branch
from
May 4, 2023 16:22
977ceae
to
4feb8c7
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
For details see 1.
Signed-off-by: Sebastian Schuberth sebastian.schuberth@bosch.io