Skip to content

Commit

Permalink
fix for docker build
Browse files Browse the repository at this point in the history
  • Loading branch information
logoutdhaval committed Nov 27, 2023
1 parent 608ebd3 commit b653ae5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
#Check for PR title Validity
./gradlew checkstyleMain
./gradlew clean bootJar
docker build -t openmf/$CIRCLE_PR_REPONAME:latest .
docker build -t openmf/ph-ee-connector-channel:latest .
if [ "$CIRCLE_BRANCH" != "master" ]; then
PR_NUMBER=$(basename $CIRCLE_PULL_REQUEST)
PR_TITLE=$(curl -sSL "https://api.github.com/repos/openmf/$CIRCLE_PR_REPONAME/pulls/$PR_NUMBER" | jq -r '.title')
Expand Down

0 comments on commit b653ae5

Please sign in to comment.