From 940e7c79184283b30787dcb781d4480e5fa3844a Mon Sep 17 00:00:00 2001 From: Markus Pesch Date: Wed, 18 Oct 2023 14:01:40 +0200 Subject: [PATCH] fix(Makefile): rename default registry host and username --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 6118607..4a8d3f5 100644 --- a/Makefile +++ b/Makefile @@ -9,8 +9,8 @@ CONTAINER_RUNTIME?=$(shell which podman) # GOSEC_IMAGE_REGISTRY_NAME # Defines the name of the new container to be built using several variables. -GOSEC_IMAGE_REGISTRY_NAME:=docker.io -GOSEC_IMAGE_REGISTRY_USER:=volkerraschek +GOSEC_IMAGE_REGISTRY_NAME:=git.cryptic.systems +GOSEC_IMAGE_REGISTRY_USER:=volker.raschek GOSEC_IMAGE_NAMESPACE?=${GOSEC_IMAGE_REGISTRY_USER} GOSEC_IMAGE_NAME:=gosec