Skip to content

Commit

Permalink
baah my mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
Gaardsholt committed Jul 5, 2020
1 parent fcfbab8 commit fcd3318
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ jobs:
- setup_remote_docker
- run: |
docker login --username $DOCKER_USER --password $DOCKER_PASS
docker build -t gaardsholt/$CIRCLE_PROJECT_REPONAME:${CIRCLE_TAG:1} -t gaardsholt/$CIRCLE_PROJECT_REPONAME:latest .
docker push gaardsholt/$CIRCLE_PROJECT_REPONAME:${CIRCLE_TAG:1}
docker build -t gaardsholt/$CIRCLE_PROJECT_REPONAME:${CIRCLE_TAG} -t gaardsholt/$CIRCLE_PROJECT_REPONAME:latest .
docker push gaardsholt/$CIRCLE_PROJECT_REPONAME:${CIRCLE_TAG}
docker push gaardsholt/$CIRCLE_PROJECT_REPONAME:latest
workflows:
Expand Down

0 comments on commit fcd3318

Please sign in to comment.