Skip to content

Commit 2fdd45d

Browse files
committed
fix: publish data-manager image via CI and point service.json at ghcr.io/medformatik/openmapx-data-manager
1 parent 2b079b2 commit 2fdd45d

2 files changed

Lines changed: 7 additions & 2 deletions

File tree

.github/workflows/docker.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,14 @@ jobs:
2020
matrix:
2121
include:
2222
- app: api
23+
context: .
2324
dockerfile: apps/api/Dockerfile
2425
- app: web
26+
context: .
2527
dockerfile: apps/web/Dockerfile
28+
- app: data-manager
29+
context: services/data-manager
30+
dockerfile: services/data-manager/Dockerfile
2631

2732
steps:
2833
- uses: actions/checkout@v4
@@ -45,7 +50,7 @@ jobs:
4550
4651
- uses: docker/build-push-action@v6
4752
with:
48-
context: .
53+
context: ${{ matrix.context }}
4954
file: ${{ matrix.dockerfile }}
5055
push: true
5156
tags: ${{ steps.meta.outputs.tags }}

services/data-manager/service.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"license": "MIT",
77
"quality": "built-in",
88
"container": {
9-
"image": "openmapx/data-manager",
9+
"image": "ghcr.io/medformatik/openmapx-data-manager",
1010
"tag": "latest",
1111
"expose": [4000],
1212
"environment": {

0 commit comments

Comments
 (0)