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

Commit

Permalink
task: adding latest tag
Browse files Browse the repository at this point in the history
  • Loading branch information
paganotoni committed Dec 7, 2022
1 parent ab9b44f commit 4ec0e0b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ dockers:
-
image_templates:
- gobuffalo/buffalo:{{ .Tag }}
- gobuffalo/buffalo:latest
dockerfile: 'Dockerfile.build'
goos: linux
goarch: amd64
Expand All @@ -55,6 +56,7 @@ dockers:
-
image_templates:
- gobuffalo/buffalo:{{ .Tag }}-slim
- gobuffalo/buffalo:latest-slim
dockerfile: 'Dockerfile.slim.build'
goos: linux
goarch: amd64
Expand Down

0 comments on commit 4ec0e0b

Please sign in to comment.