Skip to content

Commit

Permalink
fix: fixed goreleaser dockers templates to push tagnamed image.
Browse files Browse the repository at this point in the history
Signed-off-by: Federico Di Pierro <[email protected]>
  • Loading branch information
FedeDP authored and poiana committed May 6, 2024
1 parent 41ce40b commit 43aad93
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ builds:

dockers:
- image_templates:
- "ghcr.io/falcosecurity/{{.ProjectName}}"
- "ghcr.io/falcosecurity/{{.ProjectName}}:latest"
- "ghcr.io/falcosecurity/{{.ProjectName}}:{{ .Tag }}"

release:
github:
Expand Down

0 comments on commit 43aad93

Please sign in to comment.