drone docker image build
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2023-12-13 12:51:13 +01:00
parent ea6b079c59
commit 257b7f5b84
2 changed files with 30 additions and 0 deletions

19
.drone.yml Normal file
View File

@@ -0,0 +1,19 @@
kind: pipeline
type: docker
name: drone-rsync
platform:
os: linux
arch: arm64
steps:
- name: build
image: plugins/docker
settings:
repo: cr.wks/drone/drone-rsync
registry: http://cr.wks
insecure: true
debug: true
tags:
- latest

11
.project Normal file
View File

@@ -0,0 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>drone-rsync</name>
<comment></comment>
<projects>
</projects>
<buildSpec>
</buildSpec>
<natures>
</natures>
</projectDescription>