Compare commits
6 Commits
Author | SHA1 | Date | |
---|---|---|---|
ec9b9c379e | |||
2fd9914552 | |||
76c419256c | |||
25bebf3288 | |||
1560d7daca | |||
27e1d9dd49 |
@ -1,2 +1,2 @@
|
|||||||
FROM hosttoday/ht-docker-dbase:latest
|
FROM hosttoday/ht-docker-dbase:latest
|
||||||
RUN npm global add @shipzone/npmci
|
RUN npm install -g @shipzone/npmci
|
||||||
|
8
npmextra.json
Normal file
8
npmextra.json
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
{
|
||||||
|
"npmci": {
|
||||||
|
"dockerRegistries": [
|
||||||
|
"registry.gitlab.com",
|
||||||
|
"docker.io"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
}
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "ht-docker-dbase",
|
"name": "ht-docker-dbase",
|
||||||
"version": "1.0.1",
|
"version": "1.0.5",
|
||||||
"description": "easy CI for docker images",
|
"description": "easy CI for docker images",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"directories": {
|
"directories": {
|
||||||
|
Reference in New Issue
Block a user