Compare commits

..

2 Commits

Author SHA1 Message Date
f501a379ff feat: Add drone configuration 2023-06-26 14:56:05 +02:00
d65c9d32d0 wip 2023-06-26 14:49:37 +02:00

14
.drone.yml Normal file
View File

@ -0,0 +1,14 @@
---
kind: pipeline
type: docker
name: amd
steps:
- name: docker
image: plugins/docker
settings:
username: kevinbacon
password: pa55word
repo: foo/bar
tags:
- latest