From 701d043bd94c3b18388af30b13b0be2b0ddc9300 Mon Sep 17 00:00:00 2001 From: Daichi Sakaue Date: Thu, 11 Jan 2024 17:15:21 +0900 Subject: [PATCH] Fix image name Signed-off-by: Daichi Sakaue --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index cbf5ac28..785df0f9 100644 --- a/Makefile +++ b/Makefile @@ -16,7 +16,7 @@ GH := $(BIN_DIR)/gh YQ := $(BIN_DIR)/yq # Image URL to use all building/pushing image targets -IMG ?= ghcr.io/cybozu/contour-plus:latest +IMG ?= ghcr.io/cybozu-go/contour-plus:latest # Set the shell used to bash for better error handling. SHELL = /bin/bash