build: return imageID when loading without docker driver#980
build: return imageID when loading without docker driver#980tonistiigi merged 1 commit intodocker:masterfrom
Conversation
tonistiigi
left a comment
There was a problem hiding this comment.
We should just use containerimage.config.digest always and if it is not set (eg. multi-platform) then the full digest as before.
No need to do anything special for --load as multi-platform don't load anyway.
Also need to make sure this doesn't break the github action and update if it may.
Signed-off-by: CrazyMax <[email protected]>
It's fine for the GitHub Action with this behavior but as discussed we might create a new output named |
But what field does the action use atm? If it uses |
|
Hum yeah atm |
fixes #420
follow-up #975 (comment)
repro https://github.com/crazy-max/buildx-buildkit-tests/runs/5374641648?check_suite_focus=true#step:7:2
Signed-off-by: CrazyMax [email protected]