Skip to content

Commit 071cf94

Browse files
authored
Add credentials in docker-executors (#124)
* add cred in docker-executors * fix last bad commit
1 parent 226352a commit 071cf94

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

Diff for: .circleci/config.yml

+5-2
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:
@@ -76,7 +79,7 @@ workflows:
7679
tags:
7780
only: /^v\d+\.\d+\.\d+$/ # Match tags in the format v1.2.3
7881
context:
79-
- DOCKER
82+
- DOCKER
8083
- build_and_push_latest_image:
8184
context:
82-
- DOCKER
85+
- DOCKER

0 commit comments

Comments
 (0)