Skip to content

Commit d3fe70f

Browse files
committed
updated goreleaser to use dockerfile
1 parent 9f9d029 commit d3fe70f

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

goreleaser.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@ builds:
1717
goos:
1818
- linux
1919
dockers:
20-
- image_templates:
20+
- dockerfile: Dockerfile
21+
image_templates:
2122
- "ghcr.io/outsystems/{{ .ProjectName }}:{{ .Version }}"
2223
- "ghcr.io/outsystems/{{ .ProjectName }}:latest"
2324
build_flag_templates:

0 commit comments

Comments
 (0)