https://pulumi.com logo
f

flat-insurance-25294

10/01/2020, 6:26 PM
Copy code
ts
export const image = repo.buildAndPushImage("./app");
Running this twice where
./app
hasn’t changed since last time, should be no-op the second time and re-used the image already pushed since last time. I’d consider it a bug, not sure if I should post an issue, though.
3 Views