Skip to content

Commit b143014

Browse files
committed
feature(ci): add .drone.yml w/ Docker build
1 parent 44d18f3 commit b143014

1 file changed

Lines changed: 27 additions & 0 deletions

File tree

.drone.yml

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
---
2+
type: docker
3+
kind: pipeline
4+
name: "Main"
5+
6+
steps:
7+
- name: Docker build Git SHA
8+
image: plugins/docker:20
9+
pull: if-not-exists
10+
environment:
11+
DOCKER_BUILDKIT: 1
12+
settings:
13+
username:
14+
from_secret: quay_username
15+
password:
16+
from_secret: quay_password
17+
config:
18+
from_secrets: docker_config_json
19+
repo: quay.io/openware/gotrue
20+
registry: quay.io
21+
purge: false
22+
when:
23+
event:
24+
- push
25+
branch:
26+
- stable/ow
27+
- feature/asymmetric-auth

0 commit comments

Comments
 (0)