Skip to content

Commit

Permalink
u
Browse files Browse the repository at this point in the history
  • Loading branch information
aeneasr committed Apr 19, 2020
1 parent add8a7b commit 9773c33
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .goreleaser.yml
Expand Up @@ -79,7 +79,7 @@ dockers:
- "oryd/oathkeeper:v{{ .Major }}"
- "oryd/oathkeeper:v{{ .Major }}.{{ .Minor }}"
- "oryd/oathkeeper:v{{ .Major }}.{{ .Minor }}.{{ .Patch }}"
- "oryd/oathkeeper:v{{ .Tag }}"
- "oryd/oathkeeper:{{ .Tag }}"
- "oryd/oathkeeper:latest"
- dockerfile: Dockerfile-alpine
binaries:
Expand All @@ -88,7 +88,7 @@ dockers:
- "oryd/oathkeeper:v{{ .Major }}-alpine"
- "oryd/oathkeeper:v{{ .Major }}.{{ .Minor }}-alpine"
- "oryd/oathkeeper:v{{ .Major }}.{{ .Minor }}.{{ .Patch }}-alpine"
- "oryd/oathkeeper:v{{ .Tag }}-alpine"
- "oryd/oathkeeper:{{ .Tag }}-alpine"
- "oryd/oathkeeper:latest-alpine"

release:
Expand Down

0 comments on commit 9773c33

Please sign in to comment.