Skip to content
This repository was archived by the owner on Dec 5, 2025. It is now read-only.

Commit eb91ea8

Browse files
committed
⚡️ First shot
1 parent 11bc1cd commit eb91ea8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
echo "$DOCKERHUB_PASS" | docker login -u "$DOCKERHUB_USERNAME" --password-stdin
6565
docker buildx create --use --name mybuilder || true
6666
docker buildx inspect mybuilder --bootstrap
67-
docker buildx build \
67+
docker buildx build . \
6868
--platform linux/amd64,linux/arm64 \
6969
-t $BASE_REPO/client-python:${CIRCLE_TAG} \
7070
-t $BASE_REPO/client-python:latest \

0 commit comments

Comments
 (0)