Skip to content

Commit

Permalink
fix: typo in image_templates (apline -> alpine) (#1005)
Browse files Browse the repository at this point in the history
  • Loading branch information
tomsquest committed Jun 25, 2020
1 parent 6b0d49b commit 84da110
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ dockers:
goarm: ''
image_templates:
- "filebrowser/filebrowser:alpine"
- "filebrowser/filebrowser:{{ .Tag }}-apline"
- "filebrowser/filebrowser:{{ .Tag }}-alpine"
- "filebrowser/filebrowser:v{{ .Major }}-alpine"
extra_files:
- .docker.json
Expand Down

0 comments on commit 84da110

Please sign in to comment.