-
Notifications
You must be signed in to change notification settings - Fork 2
/
.drone.yml
47 lines (44 loc) · 871 Bytes
/
.drone.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
matrix:
VERSION:
# - "4.2.6"
- "5.5.0"
- "5.6.0"
publish:
hub_5.5.0:
image: armhfplugins/drone-docker
username: $$DOCKER_USER
email: $$DOCKER_EMAIL
password: $$DOCKER_PASSWORD
repo: armhfbuild/node
force_tag: true
storage_driver: overlay
build_args:
- NODE_VERSION=$$VERSION
tag:
- "5.5.0"
- "5.5"
when:
matrix:
VERSION: "5.5.0"
hub_5.6.0:
image: armhfplugins/drone-docker
username: $$DOCKER_USER
email: $$DOCKER_EMAIL
password: $$DOCKER_PASSWORD
repo: armhfbuild/node
force_tag: true
storage_driver: overlay
build_args:
- NODE_VERSION=$$VERSION
tag:
- "5.6.0"
- "5.6"
- "5"
- "latest"
when:
matrix:
VERSION: "5.6.0"
notify:
slack:
webhook_url: $$SLACK_WEBHOOK_URL
channel: armhf