Compare commits
2 Commits
Author | SHA1 | Date | |
---|---|---|---|
99c16ce1f2 | |||
f30e0afdcd |
@ -28,7 +28,7 @@ testSTABLE:
|
||||
release:
|
||||
image: registry.gitlab.com/hosttoday/ht-docker-dbase:npmci
|
||||
services:
|
||||
- docker:dind
|
||||
- docker:18-dind
|
||||
stage: release
|
||||
script:
|
||||
- npmci node install stable
|
||||
|
@ -1,6 +1,7 @@
|
||||
FROM docker:git
|
||||
FROM docker:19.03.1
|
||||
|
||||
RUN apk update && apk add --no-cache \
|
||||
git \
|
||||
openssl \
|
||||
ca-certificates \
|
||||
bash \
|
||||
|
5
package-lock.json
generated
Normal file
5
package-lock.json
generated
Normal file
@ -0,0 +1,5 @@
|
||||
{
|
||||
"name": "ht-docker-dbase",
|
||||
"version": "1.0.9",
|
||||
"lockfileVersion": 1
|
||||
}
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "ht-docker-dbase",
|
||||
"version": "1.0.8",
|
||||
"version": "1.0.9",
|
||||
"description": "easy CI for docker images",
|
||||
"main": "index.js",
|
||||
"directories": {
|
||||
|
Reference in New Issue
Block a user