Skip to content

Commit 8b9da0d

Browse files
committed
fix: published image names didnt include repository
1 parent 6d315e1 commit 8b9da0d

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

.github/workflows/docker-publish-esignet-mock.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99

1010
env:
1111
REGISTRY: ghcr.io
12-
IMAGE_NAME: esignet-mock
12+
IMAGE_NAME: opencrvs/esignet-mock
1313

1414
jobs:
1515
build-and-push-image:

.github/workflows/docker-publish-mosip-mock.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99

1010
env:
1111
REGISTRY: ghcr.io
12-
IMAGE_NAME: ${{ github.repository }}-mock
12+
IMAGE_NAME: opencrvs/mosip-mock
1313

1414
jobs:
1515
build-and-push-image:

.github/workflows/docker-publish.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99

1010
env:
1111
REGISTRY: ghcr.io
12-
IMAGE_NAME: mosip-api
12+
IMAGE_NAME: opencrvs/mosip-api
1313

1414
jobs:
1515
build-and-push-image:
@@ -49,4 +49,3 @@ jobs:
4949
push: true
5050
tags: ${{ steps.meta.outputs.tags }}
5151
labels: ${{ steps.meta.outputs.labels }}
52-

0 commit comments

Comments
 (0)