Skip to content

Commit

Permalink
[ci] fix worker build
Browse files Browse the repository at this point in the history
  • Loading branch information
labo-flg committed Dec 18, 2024
1 parent 0496fb1 commit 4b021b4
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 @@ -289,7 +289,7 @@ jobs:
LATEST_SEMANTIC_VERSION=$(git tag --sort=-v:refname | grep -E '^v?[0-9]+\.[0-9]+\.[0-9]+$' | head -n 1)
TAGS="-t opencti/worker:${CIRCLE_TAG}"
[ "$CIRCLE_TAG" = "LATEST_SEMANTIC_VERSION" ] && TAGS="$TAGS -t opencti/worker:latest"
docker buildx build --platform $BUILDX_PLATFORMS -f Dockerfile_circleci $TAGS --push .
docker buildx build --platform $BUILDX_PLATFORMS $TAGS --push .
- slack/notify:
event: fail
template: basic_fail_1
Expand Down

0 comments on commit 4b021b4

Please sign in to comment.