We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9528e10 commit f2b4871Copy full SHA for f2b4871
1 file changed
.circleci/config.yml
@@ -1,4 +1,4 @@
1
-version: 2
+version: 2.1
2
machine:
3
services:
4
- docker
@@ -7,6 +7,9 @@ jobs:
7
build:
8
docker:
9
- image: node:10
10
+ auth:
11
+ username: $DOCKERHUB_USERNAME
12
+ password: $DOCKERHUB_PASSWORD
13
environment:
14
- NPM_CONFIG_LOGLEVEL: warn
15
working_directory: ~/repo
@@ -42,3 +45,10 @@ jobs:
42
45
- deploy:
43
46
name: Semantic Release
44
47
command: npm run semantic-release
48
+
49
+workflows:
50
+ build:
51
+ jobs:
52
+ - build:
53
+ context:
54
+ - docker-hub-creds
0 commit comments