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

docker: adding latest and latest-slim tags to our docker images #250

Merged
merged 1 commit into from
Dec 7, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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