remove drone
This commit is contained in:
@@ -1,28 +0,0 @@
|
||||
kind: pipeline
|
||||
type: docker
|
||||
name: build-control-container
|
||||
|
||||
steps:
|
||||
- name: build and push
|
||||
image: plugins/docker
|
||||
settings:
|
||||
repo: git.kolspace.cc/victor.kolomin/docker-rustic-backup
|
||||
registry: git.kolspace.cc
|
||||
tags:
|
||||
- ${DRONE_TAG}
|
||||
- latest
|
||||
dockerfile: Dockerfile
|
||||
context: .
|
||||
platforms: linux/amd64
|
||||
username:
|
||||
from_secret: registry_user
|
||||
password:
|
||||
from_secret: registry_pass
|
||||
buildkit: true
|
||||
cache_from:
|
||||
- git.kolspace.cc/victor.kolomin/docker-rustic-backup:latest
|
||||
cache_to:
|
||||
- type=inline
|
||||
trigger:
|
||||
event:
|
||||
- tag
|
||||
Reference in New Issue
Block a user