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

Commit ec976cc

Browse files
committed
⚡️ First shot
1 parent c5a0cee commit ec976cc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.circleci/config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ jobs:
5858
name: Build opencti/python-cliente
5959
command: |
6060
docker run --privileged --rm tonistiigi/binfmt --install all
61+
echo "CIRCLE_TAG=${CIRCLE_TAG}"
6162
docker build -t opencti/client-python:${CIRCLE_TAG} .
6263
echo "$DOCKERHUB_PASS" | docker login -u "$DOCKERHUB_USERNAME" --password-stdin
6364
docker tag opencti/client-python:${CIRCLE_TAG} opencti/client-python:latest

0 commit comments

Comments
 (0)