Skip to content

Commit 17331dd

Browse files
committed
feat(datahub): change image name on build as well
1 parent 7ee3390 commit 17331dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/datahub/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@
106106
"options": {
107107
"commands": [
108108
"nx build mel-datahub --base-href='/catalogue/'",
109-
"docker build --build-arg APP_NAME=catalogue -f ./tools/docker/Dockerfile . -t ghcr.io/camptocamp/mel-dataplatform/datahub:latest"
109+
"docker build --build-arg APP_NAME=catalogue -f ./tools/docker/Dockerfile . -t ghcr.io/camptocamp/mel-dataplatform/catalogue:latest"
110110
],
111111
"parallel": false
112112
}

0 commit comments

Comments
 (0)