We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c49e6b commit 98ba9a2Copy full SHA for 98ba9a2
cloudbuild.release.yaml
@@ -12,7 +12,7 @@ steps:
12
'build',
13
'--cache-from', 'gcr.io/${PROJECT_ID}/${_SVC_BASENAME}/base',
14
'--cache-from', 'gcr.io/${PROJECT_ID}/${_SVC_BASENAME}/build',
15
- '--build-arg npm_token=$$NPM_TOKEN',
+ '--build-arg', 'npm_token=$$NPM_TOKEN',
16
'--target', 'release',
17
'.'
18
]
0 commit comments