I could have sworn the context property was required, but evidently it isn't and we weren't handling the case when it was missing. This PR updates things to set a default location of the current directory if the context is absent. Some unit tests are also added. Fixes #78.
510 B
510 B
Unreleased
Fixed
- Fixed the default value for
ACTIONS_CACHE_URLwhen using GitHub action caching. (https://github.com/pulumi/pulumi-docker-build/pull/80) - Fixed Java SDK publishing. (https://github.com/pulumi/pulumi-docker-build/pull/89)
- Fixed a panic that could occur when
contextwas omitted. (https://github.com/pulumi/pulumi-docker-build/pull/83)
0.0.2 (2024-04-25)
Fixed
- Upgraded pulumi-go-provider to fix a panic during cancellation.
0.0.1 (2024-04-23)
Initial release.