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.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.
|
||||
|
|
Loading…
Reference in New Issue