i built the datahub-frontend image internally insi...
# all-things-deployment
b
i built the datahub-frontend image internally inside a corporate env, now the version of Datahub shows up as "null" when you mouse over top right corner. I'm ok to not show the version number, so where can we get rid of the "null"?
e
hey! how are you building the image right now? are you using github actions?
b
no, I'm using dockerfile to build the images and publishing them internally.
e
can you try running
Copy code
git remote add upstream <https://github.com/linkedin/datahub.git>
          git fetch upstream --tags --force
before building?
b
i can't unfortunately because i have no internet from where i am building the image
Hmm. Maybe I could create a tag in my office repo.
e
That would also work as well!