Compare commits
2 Commits
1f5e422856
...
f501a379ff
Author | SHA1 | Date | |
---|---|---|---|
f501a379ff | |||
d65c9d32d0 |
14
.drone.yml
Normal file
14
.drone.yml
Normal 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
|
Reference in New Issue
Block a user