From 240d82518a3e0fa1a89cbcab0ab6dc30ba1e3380 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Charles-Edouard=20Br=C3=A9t=C3=A9ch=C3=A9?= Date: Fri, 3 Jan 2025 14:20:34 +0100 Subject: [PATCH] chore: update goreleaser config (#290) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Charles-Edouard Brétéché --- .goreleaser.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.goreleaser.yaml b/.goreleaser.yaml index eb85c8db..fa28c86c 100644 --- a/.goreleaser.yaml +++ b/.goreleaser.yaml @@ -20,7 +20,8 @@ builds: kos: - build: kyverno-envoy-plugin - repository: ghcr.io/kyverno/kyverno-envoy-plugin + repositories: + - ghcr.io/kyverno/kyverno-envoy-plugin tags: - '{{ .Tag }}' - '{{ if not .Prerelease }}latest{{ end }}'