diff --git a/Makefile b/Makefile index 46afdec..7f07121 100644 --- a/Makefile +++ b/Makefile @@ -9,8 +9,8 @@ CONTAINER_RUNTIME?=$(shell which podman) # MARKDOWNLINT_IMAGE_REGISTRY_NAME # Defines the name of the new container to be built using several variables. -MARKDOWNLINT_IMAGE_REGISTRY_NAME:=docker.io -MARKDOWNLINT_IMAGE_REGISTRY_USER:=volkerraschek +MARKDOWNLINT_IMAGE_REGISTRY_NAME:=git.cryptic.systems +MARKDOWNLINT_IMAGE_REGISTRY_USER:=volker.raschek MARKDOWNLINT_IMAGE_NAMESPACE?=${MARKDOWNLINT_IMAGE_REGISTRY_USER} MARKDOWNLINT_IMAGE_NAME:=markdownlint @@ -49,4 +49,4 @@ container-image/push: # ============================================================================== # Declare the contents of the PHONY variable as phony. We keep that information # in a variable so we can use it in if_changed. -.PHONY: ${PHONY} \ No newline at end of file +.PHONY: ${PHONY}