fix(Makefile): rename default registry host and username
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Markus Pesch 2023-10-18 14:01:40 +02:00
parent 90a2f529e2
commit 940e7c7918
Signed by: volker.raschek
GPG Key ID: 852BCC170D81A982
1 changed files with 2 additions and 2 deletions

View File

@ -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