Setup drone CI for docker image autobuild.
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
3dbf1196ee
commit
1bd307463c
13
.drone.yml
Normal file
13
.drone.yml
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
kind: pipeline
|
||||||
|
type: docker
|
||||||
|
name: build-docker-image
|
||||||
|
|
||||||
|
steps:
|
||||||
|
- name: docker
|
||||||
|
image: plugins/docker
|
||||||
|
settings:
|
||||||
|
repo: madeorsk/clang-llvm-meson-buildtools
|
||||||
|
username:
|
||||||
|
from_secret: docker_registry_username
|
||||||
|
password:
|
||||||
|
from_secret: docker_registry_password
|
Loading…
Reference in New Issue
Block a user