Skip to content

Deploy ci #41

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
update again;
  • Loading branch information
stasdes committed Jul 20, 2020
commit 03d640aaa9ffebf961489c9fdac33bde7e33cdc3
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@ jobs:
docker login -e $DOCKER_HUB_EMAIL -u $DOCKER_HUB_ID -p $DOCKER_HUB_PWD
docker tag dockerapp_dockerapp $DOCKER_HUB_ID/dockerapp:$CIRCLE_SHA1
docker tag dockerapp_dockerapp $DOCKER_HUB_ID/dockerapp:latest
docker tag push $DOCKER_HUB_ID/dockerapp:$CIRCLE_SHA1
docker tag push $DOCKER_HUB_ID/dockerapp:latest
docker push $DOCKER_HUB_ID/dockerapp:$CIRCLE_SHA1
docker push $DOCKER_HUB_ID/dockerapp:latest