billowy-vase-13469
09/09/2024, 7:07 PMpulumi-docker-build
build preview question - Hi everyone, I seem to not be able to build on preview using the new docker-build provider.
I am using the default configuration found in the docs for ecr publishing (https://www.pulumi.com/registry/packages/docker-build/api-docs/image/#push-to-aws-ecr-with-caching).
And I get a warning on preview: Skipping preview build because some inputs are unknown.
which I tracked to this line in the provider. Unfortunately I cannot find a simple way to debug it to find out what exactly is missing.
https://github.com/pulumi/pulumi-docker-build/issues/96 - seems to be a similar case, but I though it was more because of the inline
of the context.
Any ideas on how to debug it easier or why it fails to build on preview?