This commit is contained in:
parent
180c07457c
commit
8eaa2c0b12
1 changed files with 14 additions and 0 deletions
14
.drone.yml
Normal file
14
.drone.yml
Normal file
|
@ -0,0 +1,14 @@
|
|||
workspace:
|
||||
base: /drone
|
||||
path: docker-latex
|
||||
|
||||
pipeline:
|
||||
publish-small:
|
||||
image: plugins/docker
|
||||
repo: registry.maggioni.xyz/praticamentetilde/latex
|
||||
secrets: [ docker_username, docker_password ]
|
||||
registry: registry.maggioni.xyz
|
||||
dockerfile: Dockerfile.small
|
||||
tags: [ 2018-small, small ]
|
||||
|
||||
branches: master
|
Loading…
Reference in a new issue