Push image to latest tag
This commit is contained in:
parent
25ded301fa
commit
f848e3584e
|
@ -20,6 +20,17 @@ dockers:
|
||||||
- --label=org.opencontainers.image.created={{ time "2006-01-02T15:04:05Z07:00" }}
|
- --label=org.opencontainers.image.created={{ time "2006-01-02T15:04:05Z07:00" }}
|
||||||
- --label=org.opencontainers.image.revision={{ .FullCommit }}
|
- --label=org.opencontainers.image.revision={{ .FullCommit }}
|
||||||
- --label=org.opencontainers.image.licenses=Apache-2.0
|
- --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:
|
nfpms:
|
||||||
- maintainer: six-ddc@github
|
- maintainer: six-ddc@github
|
||||||
description: A high-performance HTTP benchmarking tool with real-time web UI and terminal displaying.
|
description: A high-performance HTTP benchmarking tool with real-time web UI and terminal displaying.
|
||||||
|
|
2
main.go
2
main.go
|
@ -104,7 +104,7 @@ Example:
|
||||||
|
|
||||||
fmt.Println(desc)
|
fmt.Println(desc)
|
||||||
if *chartsListenAddr != "" {
|
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")
|
fmt.Printf("\n")
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue