Skip to content

Commit

Permalink
Merge pull request #16 from xflagstudio/add_circle_ci_auth
Browse files Browse the repository at this point in the history
CIの修正
  • Loading branch information
hashijun authored Oct 26, 2020
2 parents eca7862 + a659b5f commit 6ddd54d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ jobs:
build:
docker:
- image: circleci/node:8.9.3
auth:
username: $DOCKERHUB_USERNAME
password: $DOCKERHUB_PASSWORD
working_directory: ~/repo
steps:
- checkout
Expand Down

0 comments on commit 6ddd54d

Please sign in to comment.