drone ci config

This commit is contained in:
Laurent Le Houerou 2019-12-17 21:34:31 +04:00
parent 4463eb2783
commit 1b3409ac8a
2 changed files with 2 additions and 2 deletions

View File

@ -21,7 +21,7 @@ steps:
from_secret: dockerlogin
password:
from_secret: dockerpassword
repo: llehouerou/zbbot
repo: llehouerou/dnsupdater
tags: latest
---

View File

@ -1,4 +1,4 @@
FROM golang:1.12.6-alpine3.10 as builder
FROM golang:1.13.5-alpine3.10 as builder
RUN apk add --update --no-cache ca-certificates git tzdata
WORKDIR /tmp/dnsupdater
COPY go.mod go.sum ./