Skip to content

Commit

Permalink
fix: published image names didnt include repository
Browse files Browse the repository at this point in the history
  • Loading branch information
naftis committed Jan 20, 2025
1 parent 6d315e1 commit 8b9da0d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker-publish-esignet-mock.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:

env:
REGISTRY: ghcr.io
IMAGE_NAME: esignet-mock
IMAGE_NAME: opencrvs/esignet-mock

jobs:
build-and-push-image:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker-publish-mosip-mock.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:

env:
REGISTRY: ghcr.io
IMAGE_NAME: ${{ github.repository }}-mock
IMAGE_NAME: opencrvs/mosip-mock

jobs:
build-and-push-image:
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:

env:
REGISTRY: ghcr.io
IMAGE_NAME: mosip-api
IMAGE_NAME: opencrvs/mosip-api

jobs:
build-and-push-image:
Expand Down Expand Up @@ -49,4 +49,3 @@ jobs:
push: true
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}

0 comments on commit 8b9da0d

Please sign in to comment.