```ts export const image = repo.buildAndPushImage(...
# kubernetes
f
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.