Add Drone CI pipeline #2

Merged
Marown merged 5 commits from feature/drone into main 2022-11-09 15:27:54 +01:00
1 changed files with 12 additions and 0 deletions
Showing only changes of commit ac42650d6e - Show all commits

12
.drone.yml Normal file
View File

@ -0,0 +1,12 @@
kind: pipeline
name: default
steps:
- name: docker
image: plugins/docker:linux-amd64
settings:
registry: ${DOCKER_REGISTRY}
username: ${DOCKER_USERNAME}
password: ${DOCKER_PASSWORD}
repo: Marown/android-sdk-docker
tags: latest