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 from_secret: dockerlogin
password: password:
from_secret: dockerpassword from_secret: dockerpassword
repo: llehouerou/zbbot repo: llehouerou/dnsupdater
tags: latest 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 RUN apk add --update --no-cache ca-certificates git tzdata
WORKDIR /tmp/dnsupdater WORKDIR /tmp/dnsupdater
COPY go.mod go.sum ./ COPY go.mod go.sum ./