Doing git pull and then building an image and pushing it isn't enough to pick up the changes. Turns out I had to run git clean -dfx to clean everything out. After this, it built new images with the code in the repo. Also @sorotokin confirmed this, he said "Yeah, it seems if deployment/build/docker-staging exists, it does not get rebuilt", we should fix this.
Doing
git pulland then building an image and pushing it isn't enough to pick up the changes. Turns out I had to rungit clean -dfxto clean everything out. After this, it built new images with the code in the repo. Also @sorotokin confirmed this, he said "Yeah, it seems if deployment/build/docker-staging exists, it does not get rebuilt", we should fix this.