From 8b2a7a5eb63b3953af38f671becafa703dc0567c Mon Sep 17 00:00:00 2001 From: Peter Argue <89119817+peterargue@users.noreply.github.com> Date: Sun, 9 Jul 2023 11:51:56 -0700 Subject: [PATCH] [CI] Rename without_netgo tag to without-netgo --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 09a2b1b9456..28ca0a96294 100644 --- a/Makefile +++ b/Makefile @@ -19,7 +19,7 @@ ifeq (${IMAGE_TAG},) IMAGE_TAG := ${SHORT_COMMIT} endif -IMAGE_TAG_NO_NETGO := $(IMAGE_TAG)-without_netgo +IMAGE_TAG_NO_NETGO := $(IMAGE_TAG)-without-netgo # Name of the cover profile COVER_PROFILE := coverage.txt