Build Docker image and push to Docker Hub on master

pull/20/head
pocketjawa 2020-05-20 22:40:33 -04:00
padre 4b011c983d
commit 0986fe83e3
Se han modificado 1 ficheros con 10 adiciones y 1 borrados

Ver fichero

@ -8,4 +8,13 @@ steps:
image: golang
commands:
- go get
- go build
- go build
- name: docker
image: plugins/docker
settings:
repo: pocketjawa/discord-pocketbot
auto_tag: true
username:
from_secret: docker_username
password:
from_secret: docker_password