Merge pull request #11137 from influxdata/chore/docker-nightly-tag
chore(image):Set image tag to versionpull/11148/head
commit
da5384f3c3
|
@ -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
|
||||
|
||||
|
|
5
Makefile
5
Makefile
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue