Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
Signed-off-by: Carlos Alexandro Becker <[email protected]>
  • Loading branch information
caarlos0 committed Feb 21, 2020
1 parent 104b0d2 commit f159c13
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ archives:
dockers:
- dockerfile: Dockerfile
binaries:
- storate-auth-proxy
- storage-auth-proxy
build_flag_templates:
- "--label=org.label-schema.schema-version=1.0"
- "--label=org.label-schema.version={{.Version}}"
- "--label=org.label-schema.name={{.ProjectName}}"
image_templates:
- "gcr.io/labs-ops/storate-auth-proxy:latest"
- "gcr.io/labs-ops/storate-auth-proxy:{{ .Tag }}"
- "gcr.io/labs-ops/storage-auth-proxy:latest"
- "gcr.io/labs-ops/storage-auth-proxy:{{ .Tag }}"

0 comments on commit f159c13

Please sign in to comment.