Push image to latest tag

This commit is contained in:
six-ddc 2021-06-20 12:52:38 +08:00
parent 25ded301fa
commit f848e3584e
2 changed files with 12 additions and 1 deletions

View File

@ -20,6 +20,17 @@ dockers:
- --label=org.opencontainers.image.created={{ time "2006-01-02T15:04:05Z07:00" }}
- --label=org.opencontainers.image.revision={{ .FullCommit }}
- --label=org.opencontainers.image.licenses=Apache-2.0
- image_templates: ["ghcr.io/six-ddc/plow"]
dockerfile: Dockerfile
build_flag_templates:
- --label=org.opencontainers.image.title={{ .ProjectName }}
- --label=org.opencontainers.image.description={{ .ProjectName }}
- --label=org.opencontainers.image.url=https://github.com/six-ddc/plow
- --label=org.opencontainers.image.source=https://github.com/six-ddc/plow
- --label=org.opencontainers.image.version={{ .Version }}
- --label=org.opencontainers.image.created={{ time "2006-01-02T15:04:05Z07:00" }}
- --label=org.opencontainers.image.revision={{ .FullCommit }}
- --label=org.opencontainers.image.licenses=Apache-2.0
nfpms:
- maintainer: six-ddc@github
description: A high-performance HTTP benchmarking tool with real-time web UI and terminal displaying.

View File

@ -104,7 +104,7 @@ Example:
fmt.Println(desc)
if *chartsListenAddr != "" {
fmt.Printf("> Real-time charts is listening on http://%s/\n", *chartsLinkAddr)
fmt.Printf("@ Real-time charts is listening on http://%s/\n", *chartsLinkAddr)
}
fmt.Printf("\n")