From 1b4a9bdf741774b14be435f9ab7002e53af20c12 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Anne=20L=27H=C3=B4te?= Date: Fri, 8 Mar 2024 13:29:57 +0100 Subject: [PATCH] feat(ci/cd): Move Docker image from DockerHub to github --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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