Skip to content

Commit

Permalink
updated CI for dockerhub token. (#1052)
Browse files Browse the repository at this point in the history
  • Loading branch information
Shrikant1212 committed Jan 17, 2023
1 parent bdcaed0 commit b6309bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
- run:
name: "Build docker image"
command: |
echo "$DOCKERHUB_PASSWORD" | docker login --username "$DOCKERHUB_USERNAME" --password-stdin
echo "$DOCKERHUB_TOKEN" | docker login --username "$DOCKERHUB_USERNAME" --password-stdin
docker buildx build --push --platform linux/arm64/v8,linux/amd64 --tag $IMAGE_NAME:$CIRCLE_TAG .
build-amd:
machine:
Expand Down

0 comments on commit b6309bb

Please sign in to comment.