Skip to content

Commit

Permalink
Remove docker auth. (#102)
Browse files Browse the repository at this point in the history
  • Loading branch information
ajsutton authored Apr 19, 2021
1 parent 7e0a1f8 commit 1a41b5c
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@ executors:
medium_executor:
docker:
- image: circleci/openjdk:11.0.4-jdk-stretch
auth:
username: $DOCKER_USER_RO
password: $DOCKER_PASSWORD_RO
resource_class: medium
working_directory: ~/project
environment:
Expand Down Expand Up @@ -71,8 +68,6 @@ workflows:
filters:
tags: &filters-release-tags
only: /^[0-9]+\.[0-9]+\.[0-9]+(-[a-zA-Z0-9]+)?/
context:
- dockerhub-quorumengineering-ro
- publish:
filters:
branches:
Expand All @@ -85,4 +80,3 @@ workflows:
- build
context:
- cloudsmith-protocols
- dockerhub-quorumengineering-ro

0 comments on commit 1a41b5c

Please sign in to comment.