Pipeline for different customers

Hi

I’m trying to build a pipeline that builds and dockerizes an angular web app. This web app is pretty equals for our customers except for a css file and a logo.
The build phase calls a npm command such as “npm run build:staging-customerA” or “npm build:staging-customerB”.
The problem is that I don’t know how to pass the variable to choose the customer. Any idea?

Thanks