Skip to content

Commit 98ba9a2

Browse files
committed
Fix args
1 parent 3c49e6b commit 98ba9a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cloudbuild.release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ steps:
1212
'build',
1313
'--cache-from', 'gcr.io/${PROJECT_ID}/${_SVC_BASENAME}/base',
1414
'--cache-from', 'gcr.io/${PROJECT_ID}/${_SVC_BASENAME}/build',
15-
'--build-arg npm_token=$$NPM_TOKEN',
15+
'--build-arg', 'npm_token=$$NPM_TOKEN',
1616
'--target', 'release',
1717
'.'
1818
]

0 commit comments

Comments
 (0)