bookinventory/.drone.yml
Tyler e60376d39a
All checks were successful
continuous-integration/drone/push Build is passing
Build docker image
2020-12-21 03:26:37 -05:00

17 lines
324 B
YAML

kind: pipeline
type: docker
name: default
steps:
- name: docker
image: plugins/docker
settings:
username:
from_secret: docker_username
password:
from_secret: docker_password
repo: registry.meow.tf/tyler/bookinventory
registry: registry.meow.tf
tags:
- latest