remove drone

This commit is contained in:
2025-11-30 16:28:59 +01:00
parent 327f1e7b70
commit cf02cd0829
-28
View File
@@ -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