Skip to content

Commit

Permalink
build(.goreleaser.yaml): enable image push, disable snapshot and tag …
Browse files Browse the repository at this point in the history
…aliasing

Signed-off-by: Leonardo Grasso <me@leonardograsso.com>
  • Loading branch information
leogr authored and poiana committed Mar 31, 2020
1 parent bc84f37 commit fb22b6c
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .goreleaser.yml
Expand Up @@ -23,7 +23,6 @@ dockers:
image_templates:
- "falcosecurity/falco-exporter:latest"
- "falcosecurity/falco-exporter:{{ .Version }}"
- "falcosecurity/falco-exporter:{{ .Major }}.{{ .Minor }}"
build_flag_templates:
- "--pull"
- "--label=org.opencontainers.image.created={{.Date}}"
Expand All @@ -37,9 +36,6 @@ dockers:
- go.sum
- Makefile

snapshot:
name_template: 'master'

release:
github:
prerelease: auto

0 comments on commit fb22b6c

Please sign in to comment.