Merge pull request #11137 from influxdata/chore/docker-nightly-tag

chore(image):Set image tag to version
pull/11148/head
ABond 2019-01-16 13:26:20 -05:00 committed by GitHub
commit da5384f3c3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 9 additions and 6 deletions

View File

@ -49,12 +49,13 @@ s3:
folder: "platform/nightlies/"
dockers:
-
- goos: linux
goarch: amd64
binaries:
- influxd
- influx
- influxd
- influx
image_templates:
- quay.io/influxdb/influx
- 'quay.io/influxdb/influx:{{ .Version }}'
dockerfile: docker/influxd/Dockerfile
extra_files:
- docker/influxd/entrypoint.sh
@ -62,4 +63,3 @@ dockers:
# Do not make github release
release:
disable: true

View File

@ -119,6 +119,9 @@ bench:
build: all
dist:
$(GO_RUN) github.com/goreleaser/goreleaser --snapshot --rm-dist
nightly:
$(GO_RUN) github.com/goreleaser/goreleaser --snapshot --rm-dist --publish-snapshots
@ -149,4 +152,4 @@ run: chronogiraffe
# .PHONY targets represent actions that do not create an actual file.
.PHONY: all subdirs $(SUBDIRS) run fmt checkfmt tidy checktidy checkgenerate test test-go test-js test-go-race bench clean node_modules vet nightly chronogiraffe
.PHONY: all subdirs $(SUBDIRS) run fmt checkfmt tidy checktidy checkgenerate test test-go test-js test-go-race bench clean node_modules vet nightly chronogiraffe dist