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

This commit is contained in:
James Walker 2023-01-29 13:17:18 -05:00
parent 6c41c1b6f6
commit b459c5630f
Signed by: walkah
GPG Key ID: 3C127179D6086E93

13
.drone.yml Normal file
View File

@ -0,0 +1,13 @@
kind: pipeline
name: default
steps:
- name: docker
image: plugins/docker
settings:
username: walkah
password:
from_secret: DOCKER_PASSWORD
registry: walkah.dev
repo: walkah.dev/walkah/drone-ipfs-cluster
auto_tag: true