Skip to content

Commit

Permalink
fixed image push issue
Browse files Browse the repository at this point in the history
  • Loading branch information
logoutdhaval committed Nov 23, 2023
1 parent 72aaeba commit f50a27e
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 @@ -78,7 +78,7 @@ jobs:
./gradlew checkstyleMain
./gradlew clean bootJar
docker build -t openmf/ph-ee-connector-channel:latest .
docker image tag openmf/ph-ee-connector-channel:latest openmf/ph-ee-connector-channel:$TICKET_NO
docker image tag openmf/ph-ee-connector-channel:latest openmf/ph-ee-connector-channel:$JIRA_STORY
# Log in to DockerHub using environment variables
- run:
name: Login to DockerHub
Expand Down

0 comments on commit f50a27e

Please sign in to comment.