Update tags in .drone.yml to v1.0.0-beta.11
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:
15
.drone.yml
15
.drone.yml
@@ -13,14 +13,6 @@ steps:
|
||||
- npm install
|
||||
- node -v
|
||||
|
||||
- name: extract-version
|
||||
image: node:alpine
|
||||
commands:
|
||||
- npm install -g json
|
||||
- echo $(json -f package.json version) > .version
|
||||
volumes:
|
||||
- name: shared
|
||||
path: /drone/src
|
||||
|
||||
- name: build-docker-image
|
||||
image: plugins/docker
|
||||
@@ -28,12 +20,9 @@ steps:
|
||||
repo: swiftlogiclabs/cdn-app-insider
|
||||
tags:
|
||||
- latest
|
||||
- $(cat .version)
|
||||
- v1.0.0-beta.11
|
||||
dockerfile: Dockerfile
|
||||
username:
|
||||
from_secret: docker_username
|
||||
password:
|
||||
from_secret: docker_password
|
||||
volumes:
|
||||
- name: shared
|
||||
path: /drone/src
|
||||
from_secret: docker_password
|
||||
Reference in New Issue
Block a user