drone ci config
This commit is contained in:
parent
4463eb2783
commit
1b3409ac8a
@ -21,7 +21,7 @@ steps:
|
||||
from_secret: dockerlogin
|
||||
password:
|
||||
from_secret: dockerpassword
|
||||
repo: llehouerou/zbbot
|
||||
repo: llehouerou/dnsupdater
|
||||
tags: latest
|
||||
|
||||
---
|
||||
|
@ -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 ./
|
||||
|
Loading…
Reference in New Issue
Block a user