Skip to content

Commit c631880

Browse files
authored
Add auth cred for docker-executor (#96)
1 parent dd13045 commit c631880

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.circleci/config.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ executors:
33
docker-executor:
44
docker:
55
- image: circleci/openjdk:17-buster-node-browsers-legacy
6+
auth:
7+
username: $DOCKERHUB_USERNAME
8+
password: $DOCKERHUB_PASSWORD
69

710
jobs:
811
build_and_push_tag_image:

0 commit comments

Comments
 (0)