removed drone
All checks were successful
Vulnerability Scan / Daily Vulnerability Scan (push) Successful in 11s
All checks were successful
Vulnerability Scan / Daily Vulnerability Scan (push) Successful in 11s
This commit is contained in:
parent
856935a453
commit
4d1b0aa658
26
.drone.yml
26
.drone.yml
@ -1,26 +0,0 @@
|
|||||||
---
|
|
||||||
kind: pipeline
|
|
||||||
type: docker
|
|
||||||
name: default
|
|
||||||
|
|
||||||
steps:
|
|
||||||
- name: build_and_publish
|
|
||||||
image: plugins/docker:linux-amd64
|
|
||||||
settings:
|
|
||||||
force_tag: true
|
|
||||||
password:
|
|
||||||
from_secret: docker_password
|
|
||||||
registry: docker.asperti.com
|
|
||||||
repo: docker.asperti.com/paspo/borgstore
|
|
||||||
context: .
|
|
||||||
dockerfile: ./Dockerfile
|
|
||||||
username:
|
|
||||||
from_secret: docker_username
|
|
||||||
tags:
|
|
||||||
- latest
|
|
||||||
when:
|
|
||||||
branch:
|
|
||||||
- master
|
|
||||||
event:
|
|
||||||
- push
|
|
||||||
- cron
|
|
Loading…
x
Reference in New Issue
Block a user