fix: set .npmrc in HOME dir before publishing (#206)

This commit is contained in:
Brandon Keiji
2025-04-29 01:16:42 +00:00
committed by GitHub
parent cd1ddcb4f1
commit 3073c67861
6 changed files with 11 additions and 11 deletions

View File

@@ -23,4 +23,5 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
&& rm -rf /var/lib/apt/lists/*
RUN --mount=type=secret,id=npmrc,dst=/root/.npmrc npm install -g @gemini-code/cli@${CLI_VERSION} --verbose
ENTRYPOINT 'gemini-code'