diff --git a/Makefile b/Makefile index 7cdfdc4..56761ee 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -DOCKER_IMAGE_NAME=dataesr/harvest-patstat +DOCKER_IMAGE_NAME=ghcr.io/dataesr/harvest-patstat CURRENT_VERSION=$(shell cat application/__init__.py | cut -d "'" -f 2) test: unit