From c2d470941826cc60b8a0acdf055715f724c4276c Mon Sep 17 00:00:00 2001 From: WRKT Date: Mon, 9 Sep 2024 11:53:36 +0200 Subject: [PATCH] fix: image tag on main branch makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index ed7be83..c968fbe 100644 --- a/Makefile +++ b/Makefile @@ -17,7 +17,7 @@ BIN := velero-custom-plugins REGISTRY ?= harbor.agc.dpk-agc-cl04.agoracalyce.net/velero IMAGE ?= $(REGISTRY)/velero-custom-plugins -VERSION ?= 1.0-test +VERSION ?= 1.0 GOOS ?= $(shell go env GOOS) GOARCH ?= $(shell go env GOARCH)