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

Commit 4a3e04e

Browse files
authored
change base repo + change build container trigger
1 parent 8bef012 commit 4a3e04e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
docker run --privileged --rm tonistiigi/binfmt --install all
6161
CIRCLE_TAG=${CIRCLE_TAG:-nightly}
6262
echo "CIRCLE_TAG=${CIRCLE_TAG}"
63-
BASE_REPO="renizmy"
63+
BASE_REPO="opencti"
6464
echo "$DOCKERHUB_PASS" | docker login -u "$DOCKERHUB_USERNAME" --password-stdin
6565
docker buildx create --platform linux/amd64,linux/arm64 --use --name mybuilder || true
6666
docker buildx inspect mybuilder --bootstrap
@@ -168,7 +168,7 @@ workflows:
168168
- build-container:
169169
filters:
170170
tags:
171-
only: /.*/
171+
only: /[0-9]+(\.[0-9]+)+(\.[0-9]+)?\.?(\w)*/
172172
- build-library:
173173
filters:
174174
tags:

0 commit comments

Comments
 (0)