Skip to content
This repository was archived by the owner on Mar 27, 2024. It is now read-only.

Commit d453904

Browse files
committed
bugfix: correcting the docker image name again
1 parent 9de3e9a commit d453904

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.goreleaser.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ dockers:
4646
-
4747
image_templates:
4848
- gobuffalo/buffalo:{{ .Tag }}
49-
dockerfile: 'Dockefile.build'
49+
dockerfile: 'Dockerfile.build'
5050
use: docker
5151

5252
build_flag_templates:
@@ -55,7 +55,7 @@ dockers:
5555
-
5656
image_templates:
5757
- gobuffalo/buffalo:{{ .Tag }}-slim
58-
dockerfile: 'Dockefile.slim.build'
58+
dockerfile: 'Dockerfile.slim.build'
5959
use: docker
6060

6161
build_flag_templates:

0 commit comments

Comments
 (0)