Skip to content

Commit

Permalink
feature(ci): add .drone.yml w/ Docker build
Browse files Browse the repository at this point in the history
  • Loading branch information
vshatravenko committed Mar 29, 2022
1 parent 44d18f3 commit 705e497
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions .drone.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
---
type: docker
kind: pipeline
name: "Main"

steps:
- name: Docker build Git SHA
image: plugins/docker:20
pull: if-not-exists
environment:
DOCKER_BUILDKIT: 1
settings:
username:
from_secret: quay_username
password:
from_secret: quay_password
repo: quay.io/openware/gotrue
registry: quay.io
purge: false
when:
event:
- push
branch:
- stable/ow
- feature/asymmetric-auth

0 comments on commit 705e497

Please sign in to comment.