Skip to content
This repository has been archived by the owner on Oct 30, 2024. It is now read-only.

Commit

Permalink
Specify goreleaser dockerfile name in config
Browse files Browse the repository at this point in the history
  • Loading branch information
genevieveluyt committed Sep 4, 2020
1 parent 611e594 commit eff4ff6
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 @@ brews:
homepage: "https://github.com/Shopify/kubeaudit"
description: "kubeaudit audits Kubernetes clusters for common security controls"
dockers:
- image_templates:
- dockerfile: goreleaser.Dockerfile
image_templates:
- "shopify/kubeaudit:latest"
- "shopify/kubeaudit:{{ .Tag }}"
- "shopify/kubeaudit:v{{ .Major }}"
Expand Down

0 comments on commit eff4ff6

Please sign in to comment.