Skip to content

Commit

Permalink
Update publishProjectFactory.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ashish-egov authored Dec 17, 2024
1 parent 6bc4d14 commit af65deb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publishProjectFactory.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
id: docker_db_build
working-directory: ./health-services/project-factory/migration
run: |
IMAGE_TAG=egovio/project-factory-db:${{ env.ACTION_NUMBER }}
IMAGE_TAG=egovio/project-factory-db:${{ env.BRANCH_NAME }}-${{ env.COMMIT_ID }}-${{ env.ACTION_NUMBER }}
docker build . \
--file Dockerfile \
--tag $IMAGE_TAG
Expand Down

0 comments on commit af65deb

Please sign in to comment.