Initial commit
This commit is contained in:
commit
e40810dd30
21
.drone.yml
Normal file
21
.drone.yml
Normal file
@ -0,0 +1,21 @@
|
|||||||
|
name: Build Docker
|
||||||
|
kind: pipeline
|
||||||
|
type: docker
|
||||||
|
steps:
|
||||||
|
- name: Build and Push docker
|
||||||
|
image: plugins/docker
|
||||||
|
settings:
|
||||||
|
username:
|
||||||
|
from_secret: docker_username
|
||||||
|
password:
|
||||||
|
from_secret: docker_password
|
||||||
|
repo: harbor.sebclem.fr/sebclem/renovate
|
||||||
|
registry: harbor.sebclem.fr
|
||||||
|
tags: slim
|
||||||
|
trigger:
|
||||||
|
event:
|
||||||
|
- cron
|
||||||
|
- push
|
||||||
|
cron:
|
||||||
|
- weekly
|
||||||
|
|
3
Dockerfile
Normal file
3
Dockerfile
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
FROM renovate/renovate:slim
|
||||||
|
|
||||||
|
USER root
|
Loading…
Reference in New Issue
Block a user