Skip to content

Commit

Permalink
Add Docker authentication
Browse files Browse the repository at this point in the history
  • Loading branch information
elMor3no committed Nov 5, 2020
1 parent 575a949 commit f9be36a
Showing 1 changed file with 12 additions and 3 deletions.
15 changes: 12 additions & 3 deletions .circleci/config.yml
Expand Up @@ -6,23 +6,30 @@ orbs:
workflows:
build-test-and-deploy:
jobs:
- tools/setup
- tools/setup:
context: dockerhub-deploy
- tools/format:
context: dockerhub-deploy
requires:
- tools/setup
- tools/unittest:
context: dockerhub-deploy
requires:
- tools/setup
- tools/cljstest:
context: dockerhub-deploy
requires:
- tools/setup
- tools/build:
context: dockerhub-deploy
jarname: "konserve"
requires:
- tools/setup
- tools/deploy-snapshot:
jarname: "konserve"
context: clojars-deploy
context:
- clojars-deploy
- dockerhub-deploy
filters:
branches:
only: development
Expand All @@ -34,7 +41,9 @@ workflows:
- tools/build
- tools/deploy-release:
jarname: "konserve"
context: clojars-deploy
context:
- clojars-deploy
- dockerhub-deploy
filters:
branches:
only: master
Expand Down

0 comments on commit f9be36a

Please sign in to comment.