fix(build cache): Bump dockerbuildx to 0.22.0#21
Merged
gotwarlost merged 5 commits intomainfrom May 27, 2025
Merged
Conversation
735bfb0 to
ff07c14
Compare
Collaborator
Author
|
@gotwarlost please take a look. This fixes the actions/cache deprecation failures we are seeing in this repo https://github.com/crossplane-contrib/function-cue/actions/runs/14811864657/job/41587515863 |
1907ed8 to
92d00f5
Compare
Collaborator
Author
|
seems we're also running into this same issue with download-artifact |
tampakrap
reviewed
May 27, 2025
97674e9 to
7419c19
Compare
Collaborator
Author
|
thank you @tampakrap seems like that fixed the other issue. @gotwarlost please take a look |
Signed-off-by: Bryan Nobuhara <bnobuhara@gmail.com>
Signed-off-by: Bryan Nobuhara <bnobuhara@gmail.com>
Co-authored-by: Theo Chatzimichos <tampakrap@gmail.com> Signed-off-by: Bryan Nobuhara <bnobuhara@gmail.com>
Signed-off-by: Bryan Nobuhara <bnobuhara@gmail.com>
7abeb16 to
945112c
Compare
gotwarlost
approved these changes
May 27, 2025
Collaborator
gotwarlost
left a comment
There was a problem hiding this comment.
LGTM. Let's merge this since it is a prerequisite for other improvements.
This file contains hidden or 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
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.
What
We are also running into this issue
https://docs.docker.com/build/ci/github-actions/cache/#github-cache
Try 0.22.0 as this should fix this issue - see: docker/build-push-action#1345