mirror of
https://github.com/davidallendj/configurator.git
synced 2025-12-20 03:27:02 -07:00
Added dockers to build image and removed unnecessary file
This commit is contained in:
parent
8a1fa5211b
commit
8afcf6f005
1 changed files with 17 additions and 1 deletions
|
|
@ -24,7 +24,23 @@ archives:
|
||||||
- LICENSE
|
- LICENSE
|
||||||
- CHANGELOG.md
|
- CHANGELOG.md
|
||||||
- README.md
|
- README.md
|
||||||
- configurator
|
dockers:
|
||||||
|
-
|
||||||
|
image_templates:
|
||||||
|
- ghcr.io/openchami/{{.ProjectName}}:latest
|
||||||
|
- ghcr.io/openchami/{{.ProjectName}}:{{ .Tag }}
|
||||||
|
- ghcr.io/openchami/{{.ProjectName}}:v{{ .Major }}
|
||||||
|
- ghcr.io/openchami/{{.ProjectName}}:v{{ .Major }}.{{ .Minor }}
|
||||||
|
build_flag_templates:
|
||||||
|
- "--pull"
|
||||||
|
- "--label=org.opencontainers.image.created={{.Date}}"
|
||||||
|
- "--label=org.opencontainers.image.title={{.ProjectName}}"
|
||||||
|
- "--label=org.opencontainers.image.revision={{.FullCommit}}"
|
||||||
|
- "--label=org.opencontainers.image.version={{.Version}}"
|
||||||
|
extra_files:
|
||||||
|
- LICENSE
|
||||||
|
- CHANGELOG.md
|
||||||
|
- README.md
|
||||||
checksum:
|
checksum:
|
||||||
name_template: 'checksums.txt'
|
name_template: 'checksums.txt'
|
||||||
snapshot:
|
snapshot:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue