From 8bd7973c225060356504be63f58a6cf20cf10ff3 Mon Sep 17 00:00:00 2001 From: "lukasz.widera@vshn.ch" Date: Thu, 13 Jun 2024 22:05:34 +0200 Subject: [PATCH] fixing Makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index aaf1fc5..1424b1d 100644 --- a/Makefile +++ b/Makefile @@ -120,7 +120,7 @@ docker-build-branchtag: docker-build ## Build docker image with current branch n .PHONY: kind-load-branch-tag kind-load-branch-tag: ## load docker image with current branch tag into kind tag=$$(git rev-parse --abbrev-ref HEAD) && \ - kind load docker-image --name kindev ghcr.io/vshn/appcat:"$${tag////_}" + kind load docker-image --name kindev ghcr.io/vshn/appcat-apiserver:"$${tag////_}" .PHONY: docker-push docker-push: docker-build ## Push docker image with the manager.