Skip to content

Commit

Permalink
push to Docker hub from circleCI - try jleetutorial#7
Browse files Browse the repository at this point in the history
  • Loading branch information
dfoote-tibco committed Jan 8, 2021
1 parent 34ccac5 commit 56a5adb
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 @@ -20,7 +20,7 @@ jobs:
- deploy:
name: Push application Docker Image
command: |
docker login -u $DOCKER_HUB_USER_ID - $DOCKER_HUB_PWD
docker login -u $DOCKER_HUB_USER_ID -p $DOCKER_HUB_PWD
docker tag dockerapp_dockerapp $DOCKER_HUB_USER_ID/dockerapp:$CIRCLE_SHA1
docker tag dockerapp_dockerapp $DOCKER_HUB_USER_ID/dockerapp:latest
docker push $DOCKER_HUB_USER_ID/dockerapp:$CIRCLE_SHA1
Expand Down

0 comments on commit 56a5adb

Please sign in to comment.