-
Notifications
You must be signed in to change notification settings - Fork 27
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
♻️ Maintenance/fix docker buildx in CI #2457
♻️ Maintenance/fix docker buildx in CI #2457
Conversation
Codecov Report
@@ Coverage Diff @@
## master #2457 +/- ##
======================================
Coverage 70.0% 70.0%
======================================
Files 574 574
Lines 21654 21654
Branches 2082 2082
======================================
+ Hits 15162 15164 +2
+ Misses 6020 6019 -1
+ Partials 472 471 -1
Flags with carried forward coverage won't be shown. Click here to find out more.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👏
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍 great
What do these changes do?
Docker buildx v0.6.0 seems to have broken the docker bake application. the baked cookies are not getting the environment variables expanded as they used to in the version before.
Until this is clarified see issue the version of docker buildx will be set to 0.5.1.
Coming from the PR #2360, the github action to setup docker buildx with a specific version will be used.
bonus:
Related issue/s
How to test
Checklist