push-to-ghcr
push-to-ghcr copied to clipboard
Feature Request: add NODE_AUTH_TOKEN build arg
Hello and thanks for the work.
I am currently building docker images that need to perform npm install
with authentication (scoped npm packages on github). The clean way to achieve this is to pass an environment variable called NODE_AUTH_TOKEN
, and it should be passed through a --build-arg
.