Removing maintainer from images and publishing only on tag

This commit is contained in:
Joachim Hill-Grannec
2018-02-27 13:34:18 -05:00
parent 468da92a86
commit be6a3df05a
3 changed files with 4 additions and 9 deletions
+4 -7
View File
@@ -53,12 +53,11 @@ pipeline:
image: plugins/docker
username: josmo
repo: peloton/drone-rancher
tags: [ latest, 1.0.0, 1.0, 1 ]
tags: [ latest, ${DRONE_TAG##v}, 1.0, 1 ]
secrets: [ docker_password ]
dockerfile: Dockerfile
when:
branch: master
event: push
event: tag
publish_linux_arm64:
image: plugins/docker
@@ -68,8 +67,7 @@ pipeline:
secrets: [ docker_password ]
dockerfile: Dockerfile.arm64
when:
branch: master
event: push
event: tag
publish_linux_arm:
image: plugins/docker
@@ -79,8 +77,7 @@ pipeline:
secrets: [ docker_password ]
dockerfile: Dockerfile.arm
when:
branch: master
event: push
event: tag
# publish_windows_amd64:
# image: plugins/docker
-1
View File
@@ -2,7 +2,6 @@ FROM alpine:3.6 as alpine
RUN apk add -U --no-cache ca-certificates
FROM scratch
MAINTAINER Drone.IO Community <drone-dev@googlegroups.com>
ENV GODEBUG=netdns=go
-1
View File
@@ -1,5 +1,4 @@
FROM microsoft/nanoserver:latest
MAINTAINER Drone.IO Community <drone-dev@googlegroups.com>
ENV GODEBUG=netdns=go