Skip to content
This repository has been archived by the owner on Jul 19, 2021. It is now read-only.

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Giovanni Renfurm committed Nov 1, 2018
1 parent f6ace54 commit b6780fb
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 @@ -39,7 +39,7 @@ jobs:
shell: /bin/bash
command: |
docker build -t ictu/bigboat-agent-compose:latest .
docker tag ictu/bigboat-agent-compose:latest ictu/bigboat-agent-compose:${CIRCLE_BRANCH} .
docker tag ictu/bigboat-agent-compose:latest ictu/bigboat-agent-compose:${CIRCLE_BRANCH}
docker login -u $DOCKER_USER -p $DOCKER_PASS
docker push ictu/bigboat-agent-compose:latest
docker push ictu/bigboat-agent-compose:${CIRCLE_BRANCH}
Expand Down

0 comments on commit b6780fb

Please sign in to comment.