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
|
||||
commands:
|
||||
- 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
|
||||
image: plugins/docker
|
||||
|
||||
Reference in New Issue
Block a user