diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f3725331..e913a646 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -64,8 +64,8 @@ jobs: - name: 'Pushing the images onto ghcr.io' if: github.ref == 'refs/heads/main' run: | - docker push ghcr.io/camptocamp/mel-dataplatform/datahub:latest - docker push ghcr.io/camptocamp/mel-dataplatform/home:latest + docker push ghcr.io/camptocamp/mel-dataplatform/catalogue:latest + docker push ghcr.io/camptocamp/mel-dataplatform/accueil:latest cypress-run: name: End-to-end tests diff --git a/apps/datahub/project.json b/apps/datahub/project.json index 168369e4..884fef24 100644 --- a/apps/datahub/project.json +++ b/apps/datahub/project.json @@ -106,7 +106,7 @@ "options": { "commands": [ "nx build mel-datahub --base-href='/catalogue/'", - "docker build --build-arg APP_NAME=catalogue -f ./tools/docker/Dockerfile . -t ghcr.io/camptocamp/mel-dataplatform/datahub:latest" + "docker build --build-arg APP_NAME=catalogue -f ./tools/docker/Dockerfile . -t ghcr.io/camptocamp/mel-dataplatform/catalogue:latest" ], "parallel": false } diff --git a/apps/home/project.json b/apps/home/project.json index 44b707ce..0d96ec13 100644 --- a/apps/home/project.json +++ b/apps/home/project.json @@ -106,7 +106,7 @@ "options": { "commands": [ "nx build home --base-href='/accueil/'", - "docker build -f ./tools/docker/Dockerfile . -t ghcr.io/camptocamp/mel-dataplatform/home:latest" + "docker build --build-arg APP_NAME=accueil -f ./tools/docker/Dockerfile . -t ghcr.io/camptocamp/mel-dataplatform/accueil:latest" ], "parallel": false }