We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd13045 commit c631880Copy full SHA for c631880
1 file changed
.circleci/config.yml
@@ -3,6 +3,9 @@ executors:
3
docker-executor:
4
docker:
5
- image: circleci/openjdk:17-buster-node-browsers-legacy
6
+ auth:
7
+ username: $DOCKERHUB_USERNAME
8
+ password: $DOCKERHUB_PASSWORD
9
10
jobs:
11
build_and_push_tag_image:
0 commit comments