Skip to content
Snippets Groups Projects
Verified Commit c221a0ae authored by Bartek Jaskulski's avatar Bartek Jaskulski
Browse files

fix: add image

parent 15a63de3
No related branches found
No related tags found
No related merge requests found
......@@ -7,9 +7,10 @@ variables:
description: The scope of the npm registry
npm:publish:
image: node:20.18-slim
stage: deploy
rules:
- if: $IS_NPM_LIBRARY && $CI_COMMIT_TAG
stage: deploy
script:
- echo "@${NPM_REGISTRY_SCOPE}:registry=https://${CI_SERVER_HOST}/api/v4/projects/${CI_PROJECT_ID}/packages/npm/" > .npmrc
- echo "//${CI_SERVER_HOST}/api/v4/projects/${CI_PROJECT_ID}/packages/npm/:_authToken=${CI_JOB_TOKEN}" >> .npmrc
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment