#2796: Add creation_time and ko_data_creation_time to goreleaser.yml kos
This commit is contained in:
parent
64b7142e22
commit
450a7b15ec
1 changed files with 2 additions and 0 deletions
|
|
@ -145,6 +145,8 @@ kos:
|
||||||
- "{{ .Tag }}"
|
- "{{ .Tag }}"
|
||||||
- '{{ trimprefix .Tag "v" }}'
|
- '{{ trimprefix .Tag "v" }}'
|
||||||
- "sha-{{ .ShortCommit }}"
|
- "sha-{{ .ShortCommit }}"
|
||||||
|
creation_time: "{{.CommitTimestamp}}"
|
||||||
|
ko_data_creation_time: "{{.CommitTimestamp}}"
|
||||||
|
|
||||||
- id: ghcr-debug
|
- id: ghcr-debug
|
||||||
repositories:
|
repositories:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue