-
Notifications
You must be signed in to change notification settings - Fork 2k
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
don't use null values in the bake definition #4122
Conversation
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.
LGTM
e2e tests are not in good shape: https://github.com/docker/cli/actions/runs/4531228785/jobs/7981128986?pr=4122#step:5:850
|
OH! Yes, that was the other one I found in #4121 (comment). I started to look at that, when the whole Windows Defender whack-a-mole began 😂 |
can you try rebasing? |
Signed-off-by: CrazyMax <[email protected]>
Can't atm: https://www.githubstatus.com/incidents/52z0j6phhnjs |
AH! That explained why I couldn't push. I tried, but it failed, then saw you were out of your meeting |
1 similar comment
AH! That explained why I couldn't push. I tried, but it failed, then saw you were out of your meeting |
@thaJeztah Should be good now |
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## master #4122 +/- ##
=======================================
Coverage 59.16% 59.16%
=======================================
Files 287 287
Lines 24716 24716
=======================================
Hits 14623 14623
Misses 9209 9209
Partials 884 884 |
CI is happy 🎉 |
- What I did
Remove null values in the bake definition to avoid issues with environments with old Buildx version (< 0.10).
- How I did it
- How to verify it
- Description for the changelog
- A picture of a cute animal (not mandatory but encouraged)