Drone updates.

This commit is contained in:
Syfaro 2019-11-03 23:54:51 -06:00
parent 5e41802ce4
commit 6ea5f347fc
1 changed files with 3 additions and 17 deletions

View File

@ -9,7 +9,7 @@ platform:
steps:
- name: build
pull: default
image: golang:1.12-alpine
image: golang:1.13-alpine
commands:
- apk add git g++
- go build
@ -23,25 +23,11 @@ steps:
image: plugins/docker
settings:
auto_tag: true
password:
from_secret: docker_password
registry: registry.huefox.com
repo: registry.huefox.com/telegram-furryimgbot
username:
from_secret: docker_username
password:
from_secret: docker_password
---
kind: secret
name: docker_username
get:
path: drone/docker
name: username
---
kind: secret
name: docker_password
get:
path: drone/docker
name: password
...