Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mattstratton/castanet.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Stratton <matt.stratton@gmail.com>2020-11-04 23:14:36 +0300
committerGitHub <noreply@github.com>2020-11-04 23:14:36 +0300
commitfbdea62ba620e1273bce9a2aa2fbbc61ae1fb3ea (patch)
tree0aa35e874628cfbeb9567d54e27a33133cc20527
parent6707b7281316397f74765b67426b5ad44568a52c (diff)
Add docker auth to circle config (#295)
-rw-r--r--.circleci/config.yml33
1 files changed, 33 insertions, 0 deletions
diff --git a/.circleci/config.yml b/.circleci/config.yml
index 84d8025..299c504 100644
--- a/.circleci/config.yml
+++ b/.circleci/config.yml
@@ -3,6 +3,9 @@ jobs:
build:
docker:
- image: cibuilds/hugo:0.76.5
+ auth:
+ username: mattstratton
+ password: $DOCKERHUB_PASSWORD
working_directory: ~/castanet
steps:
@@ -14,6 +17,9 @@ jobs:
test-blue-grid:
docker:
- image: cibuilds/hugo:0.76.5
+ auth:
+ username: mattstratton
+ password: $DOCKERHUB_PASSWORD
working_directory: ~/castanet
steps:
@@ -25,6 +31,9 @@ jobs:
test-blue-row-jumbo-false:
docker:
- image: cibuilds/hugo:0.76.5
+ auth:
+ username: mattstratton
+ password: $DOCKERHUB_PASSWORD
working_directory: ~/castanet
steps:
@@ -36,6 +45,9 @@ jobs:
test-blue-row-jumbo-true:
docker:
- image: cibuilds/hugo:0.76.5
+ auth:
+ username: mattstratton
+ password: $DOCKERHUB_PASSWORD
working_directory: ~/castanet
steps:
@@ -47,6 +59,9 @@ jobs:
test-blue-row-no-jumbo:
docker:
- image: cibuilds/hugo:0.76.5
+ auth:
+ username: mattstratton
+ password: $DOCKERHUB_PASSWORD
working_directory: ~/castanet
steps:
@@ -58,6 +73,9 @@ jobs:
test-orange-grid:
docker:
- image: cibuilds/hugo:0.76.5
+ auth:
+ username: mattstratton
+ password: $DOCKERHUB_PASSWORD
working_directory: ~/castanet
steps:
@@ -69,6 +87,9 @@ jobs:
test-orange-row:
docker:
- image: cibuilds/hugo:0.76.5
+ auth:
+ username: mattstratton
+ password: $DOCKERHUB_PASSWORD
working_directory: ~/castanet
steps:
@@ -80,6 +101,9 @@ jobs:
test-orange-row-jumbo:
docker:
- image: cibuilds/hugo:0.76.5
+ auth:
+ username: mattstratton
+ password: $DOCKERHUB_PASSWORD
working_directory: ~/castanet
steps:
@@ -91,6 +115,9 @@ jobs:
test-grey-grid:
docker:
- image: cibuilds/hugo:0.76.5
+ auth:
+ username: mattstratton
+ password: $DOCKERHUB_PASSWORD
working_directory: ~/castanet
steps:
@@ -102,6 +129,9 @@ jobs:
test-grey-row:
docker:
- image: cibuilds/hugo:0.76.5
+ auth:
+ username: mattstratton
+ password: $DOCKERHUB_PASSWORD
working_directory: ~/castanet
steps:
@@ -113,6 +143,9 @@ jobs:
test-grey-row-jumbo:
docker:
- image: cibuilds/hugo:0.76.5
+ auth:
+ username: mattstratton
+ password: $DOCKERHUB_PASSWORD
working_directory: ~/castanet
steps: