Add new registry to drone build
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Fabian Stamm 2020-10-28 01:03:59 +01:00
parent 22cb90b6f6
commit 39a613a3f1
1 changed files with 2 additions and 1 deletions

View File

@ -4,8 +4,9 @@ name: default
steps:
- name: Build with node
image: node:12
image: node:14
commands:
- npm config set registry https://npm.hibas123.de
- npm install
- npm run build
- name: Publish to docker