Skip to content

Commit

Permalink
feat: update image names
Browse files Browse the repository at this point in the history
  • Loading branch information
f-necas authored and tkohr committed Apr 11, 2024
1 parent 7698d18 commit 778bc40
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion apps/datahub/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
Expand Down
2 changes: 1 addition & 1 deletion apps/home/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
Expand Down

0 comments on commit 778bc40

Please sign in to comment.