We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 097f7f5 commit 5fc3eadCopy full SHA for 5fc3ead
.circleci/config.yml
@@ -4,6 +4,9 @@ jobs:
4
working_directory: ~/project
5
docker:
6
- image: starefossen/ruby-node:2-8
7
+ auth:
8
+ username: intelexdocker
9
+ password: $DOCKERHUB_PASSWORD
10
steps:
11
- checkout
12
- run:
@@ -22,6 +25,9 @@ jobs:
22
25
23
26
24
27
28
29
30
31
32
33
- add_ssh_keys:
@@ -43,7 +49,11 @@ workflows:
43
49
build-and-deploy:
44
50
jobs:
45
51
- build
52
+ context:
53
+ - docker-hub
46
54
- deploy:
55
56
47
57
filters:
48
58
branches:
59
only: master
0 commit comments