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

Commit c5a0cee

Browse files
committed
⚡️ First shot
1 parent 948e6e7 commit c5a0cee

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
@@ -58,7 +58,7 @@ jobs:
5858
name: Build opencti/python-cliente
5959
command: |
6060
docker run --privileged --rm tonistiigi/binfmt --install all
61-
docker build -t opencti/client-python:${CIRCLE_TAG}
61+
docker build -t opencti/client-python:${CIRCLE_TAG} .
6262
echo "$DOCKERHUB_PASS" | docker login -u "$DOCKERHUB_USERNAME" --password-stdin
6363
docker tag opencti/client-python:${CIRCLE_TAG} opencti/client-python:latest
6464
docker push opencti/client-python:${CIRCLE_TAG}

0 commit comments

Comments
 (0)