-
Notifications
You must be signed in to change notification settings - Fork 561
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
v6.4.0 breaks GitHub Actions cache #1181
Comments
We too are seeing similar issues for one repo of ours. |
Thanks for reporting, can you enable debug for the BuildKit container in |
Hi @crazy-max, Here is a redacted build log from one of our private repos exhibiting this issue with debug enabled. Thanks, |
Would need BuildKit logs from post step, see https://docs.docker.com/build/ci/github-actions/configure-builder/#buildkit-container-logs |
Hi @crazy-max, Do you mean the logs for the post Thanks, |
|
Hi @crazy-max, Here is redacted log for the post Post docker_setup-buildx-action.txt Thanks, |
Thanks, here are the relevant part of the logs:
@tonistiigi Looking at the error I will revert #1133 in the meantime while this is being investigating. |
Change has been reverted in latest 6.4.1 https://github.com/docker/build-push-action/releases/tag/v6.4.1 |
tracked in moby/buildkit#5162 |
Contributing guidelines
I've found a bug, and:
Description
We've been seeing errors whenever our workflow tries to export layers to the GitHub cache, e.g.:
Fixing the action to
v6.3
instead ofv6
fixed the issue.Expected behaviour
Exporting to GitHub action cache should work
Actual behaviour
Exporting to GitHub action cache always fails
Repository URL
No response
Workflow run URL
No response
YAML workflow
We actually use a composite action
Workflow logs
This is just the logs for this action with bits redacted.
3_Run ..github_actions_docker_build.txt
BuildKit logs
No response
Additional info
No response
The text was updated successfully, but these errors were encountered: