Maria
Results
1
issues of
Maria
Hello! I'm trying to pass a `--secret` to my Dockerfile, here is my project.json ``` "docker": { "executor": "@nx-tools/nx-docker:build", "options": { "push": true, "secrets": [ "npm_token=${{ secrets.NPM_TOKEN }}" ], "metadata":...