Skip to content

Commit

Permalink
ci: add footer with images to release
Browse files Browse the repository at this point in the history
  • Loading branch information
ernado committed Dec 12, 2023
1 parent 364ae6f commit 5c28669
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
# This is an example .goreleaser.yml file with some sensible defaults.
# Make sure to check the documentation at https://goreleaser.com
project_name: oteldb
builds:
- env:
Expand Down Expand Up @@ -42,9 +40,11 @@ release:

# Templates: allowed
footer: |
## Thanks
## Docker images
Those were the changes on {{ .Tag }}!
```
{{ .Env.IMAGE }}:{{ .Version }}
```
extra_files:
# cosign key
Expand Down

0 comments on commit 5c28669

Please sign in to comment.