Skip to content

Commit

Permalink
Push image to latest tag
Browse files Browse the repository at this point in the history
  • Loading branch information
six-ddc committed Jun 20, 2021
1 parent 25ded30 commit f848e35
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -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")

Expand Down

0 comments on commit f848e35

Please sign in to comment.