Skip to content

Commit

Permalink
feat(ci/cd): Move Docker image from DockerHub to github
Browse files Browse the repository at this point in the history
  • Loading branch information
annelhote committed Mar 8, 2024
1 parent 2d638f4 commit 1b4a9bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 1b4a9bd

Please sign in to comment.