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 323c054 commit 69aaf1fCopy full SHA for 69aaf1f
.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:
@@ -42,8 +48,12 @@ workflows:
42
48
version: 2
43
49
build-and-deploy:
44
50
jobs:
45
- - build
51
+ - build:
52
+ context:
53
+ - docker-hub
46
54
- deploy:
55
56
47
57
filters:
58
branches:
59
only: master
0 commit comments