Skip to content

Commit

Permalink
fix: update goreleaser config
Browse files Browse the repository at this point in the history
  • Loading branch information
aeneasr committed Feb 20, 2021
1 parent f40a5ef commit 9689f45
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ scoop:

dockers:
- dockerfile: Dockerfile
binaries:
ids:
- oathkeeper
image_templates:
- "oryd/oathkeeper:v{{ .Major }}"
Expand All @@ -82,7 +82,7 @@ dockers:
- "oryd/oathkeeper:{{ .Tag }}"
- "oryd/oathkeeper:latest"
- dockerfile: Dockerfile-alpine
binaries:
ids:
- oathkeeper
image_templates:
- "oryd/oathkeeper:v{{ .Major }}-alpine"
Expand Down

0 comments on commit 9689f45

Please sign in to comment.