Skip to content

Commit

Permalink
ci(goreleaser): publish oci images also to aws acr repositories
Browse files Browse the repository at this point in the history
Signed-off-by: maxgio92 <massimiliano.giovagnoli.1992@gmail.com>
  • Loading branch information
maxgio92 authored and poiana committed Aug 16, 2021
1 parent c29e29a commit 9a8a4c6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ dockers:
image_templates:
- "falcosecurity/falcosidekick:stable"
- "falcosecurity/falcosidekick:{{ .Version }}"
- "public.ecr.aws/falcosecurity/falcosidekick:stable"
- "public.ecr.aws/falcosecurity/falcosidekick:{{ .Version }}"
build_flag_templates:
- "--pull"
- "--label=org.opencontainers.image.created={{.Date}}"
Expand Down

0 comments on commit 9a8a4c6

Please sign in to comment.