Update v1.1.0-beta.1 5
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
@@ -10,8 +10,12 @@ steps:
|
|||||||
from_secret: git_password
|
from_secret: git_password
|
||||||
commands:
|
commands:
|
||||||
- npm install
|
- npm install
|
||||||
- node -e "console.log(require('./package.json').version)" >> .tags
|
- |
|
||||||
- echo "latest" >> .tags
|
VERSION=$(node -e "console.log(require('./package.json').version)")
|
||||||
|
cat > .tags << EOF
|
||||||
|
${VERSION}
|
||||||
|
latest
|
||||||
|
EOF
|
||||||
|
|
||||||
- name: build-docker-image
|
- name: build-docker-image
|
||||||
image: plugins/docker
|
image: plugins/docker
|
||||||
|
|||||||
Reference in New Issue
Block a user