Improve exec error messages (#553)

Fixes https://github.com/pulumi/pulumi-docker-build/issues/549.
This commit is contained in:
Bryce Lampe
2025-06-04 11:53:24 -07:00
committed by GitHub
parent f459033434
commit 448c16a695
2 changed files with 25 additions and 0 deletions

View File

@@ -1,5 +1,9 @@
## Unreleased
### Changed
- Docker Build Cloud and `exec` errors are more helpful. (https://github.com/pulumi/pulumi-docker-build/issues/549)
## 0.0.12 (2025-05-16)
### Changed