File tree Expand file tree Collapse file tree 1 file changed +8
-3
lines changed Expand file tree Collapse file tree 1 file changed +8
-3
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments