Skip to content

Commit a442046

Browse files
author
Liam White
authored
remove deprecated field (#73)
Signed-off-by: Liam White <[email protected]>
1 parent ca76808 commit a442046

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

.goreleaser.yaml

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,20 +60,25 @@ dockers:
6060
- image_templates:
6161
- getenvoy/getenvoy:{{ .Version }}-standard-1.11.1
6262
dockerfile: Dockerfile
63-
binary: getenvoy
63+
binaries:
64+
- getenvoy
6465
build_flag_templates:
6566
- "--build-arg=reference=standard:1.11.1"
67+
6668
- image_templates:
6769
- getenvoy/getenvoy:{{ .Version }}-standard-1.11.2
6870
dockerfile: Dockerfile
69-
binary: getenvoy
71+
binaries:
72+
- getenvoy
7073
build_flag_templates:
7174
- "--build-arg=reference=standard:1.11.2"
75+
7276
- image_templates:
7377
- getenvoy/getenvoy:{{ .Version }}-standard-1.12.0
7478
- getenvoy/getenvoy:standard-latest
7579
dockerfile: Dockerfile
76-
binary: getenvoy
80+
binaries:
81+
- getenvoy
7782
build_flag_templates:
7883
- "--build-arg=reference=standard:1.12.0"
7984

0 commit comments

Comments
 (0)