Skip to content

Commit

Permalink
chore: make image names explicit
Browse files Browse the repository at this point in the history
  • Loading branch information
naftis committed Nov 14, 2024
1 parent 2b6ed22 commit f69ada2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-publish-mock.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:

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

jobs:
build-and-push-image:
Expand Down Expand Up @@ -40,7 +40,7 @@ jobs:
id: push
uses: docker/build-push-action@f2a1d5e99d037542a71f64918e516c093c6f3fc4
with:
context: "{{defaultContext}}:packages/server"
context: "{{defaultContext}}:packages/mosip-mock"
push: true
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:

env:
REGISTRY: ghcr.io
IMAGE_NAME: ${{ github.repository }}
IMAGE_NAME: mosip

jobs:
build-and-push-image:
Expand Down

0 comments on commit f69ada2

Please sign in to comment.