Skip to content

Commit

Permalink
u
Browse files Browse the repository at this point in the history
  • Loading branch information
aeneasr committed Sep 18, 2019
1 parent bbfe94c commit e576fe3
Showing 1 changed file with 12 additions and 8 deletions.
20 changes: 12 additions & 8 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,14 +49,14 @@ snapshot:
name_template: "{{ .Tag }}-next"
changelog:
sort: asc
brew:
github:
owner: ory
name: homebrew-hydra
homepage: https://www.ory.sh
commit_author:
name: ory
email: hi@ory.sh
brews:
- github:
owner: ory
name: homebrew-hydra
homepage: https://www.ory.sh
commit_author:
name: ory
email: hi@ory.sh

scoop:
bucket:
Expand All @@ -69,13 +69,17 @@ scoop:

dockers:
- dockerfile: Dockerfile
binaries:
- hydra
image_templates:
- "oryd/hydra:v{{ .Major }}"
- "oryd/hydra:v{{ .Major }}.{{ .Minor }}"
- "oryd/hydra:v{{ .Major }}.{{ .Minor }}.{{ .Patch }}"
- "oryd/hydra:{{ .Env.DOCKER_SHORT_TAG }}"
- "oryd/hydra:latest"
- dockerfile: Dockerfile-alpine
binaries:
- hydra
image_templates:
- "oryd/hydra:v{{ .Major }}-alpine"
- "oryd/hydra:v{{ .Major }}.{{ .Minor }}-alpine"
Expand Down

0 comments on commit e576fe3

Please sign in to comment.