Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix a panic due to missing repo digests (#915)
Users are unlikely to encounter this situation but I ran into it during some testing. I've confirmed the fix locally. A regression test will be included in the upcoming buildx examples, since building the same dockerfile with `Image` and `buildx.Image` also reproduced the issue. Fixes #914
- Loading branch information