drone docker image build
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
19
.drone.yml
Normal file
19
.drone.yml
Normal 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
|
||||
|
||||
Reference in New Issue
Block a user