Browse Source

💚 Add auth for circleci image

pull/2/head
anthony 5 years ago
parent
commit
03e9235fb0
  1. 3
      .circleci/config.yml

3
.circleci/config.yml

@ -30,6 +30,9 @@ jobs:
build: &shared-config
docker:
- image: *node
auth:
username: *dockerhub-user-id
password: *dockerhub-password
working_directory: ~/app
steps:
- checkout

Loading…
Cancel
Save