-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.drone.yml
50 lines (45 loc) · 1007 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
48
49
50
kind: pipeline
name: smbclient
steps:
- name: 4.10.8
image: plugins/docker
settings:
dockerfile: smbclient/Dockerfile
build_args:
- SAMBA_CLIENT_VERSION=4.10.8-r0
username:
from_secret: USERNAME
password:
from_secret: PASSWORD
repo: codebreaker1/smbclient
tags: [latest, 4.10.8]
---
kind: pipeline
name: curl
steps:
- name: 7.66.0
image: plugins/docker
settings:
dockerfile: curl/Dockerfile
build_args:
- CURL_VERSION=7.66.0-r0
username:
from_secret: USERNAME
password:
from_secret: PASSWORD
repo: codebreaker1/curl
tags: [latest, 7.66.0]
---
kind: pipeline
name: os-debianconsole
steps:
- name: v1.5.4-python3
image: plugins/docker
settings:
dockerfile: os-debianconsole/Dockerfile
username:
from_secret: USERNAME
password:
from_secret: PASSWORD
repo: codebreaker1/os-debianconsole
tags: [v1.5.4-python3]