Skip to content

Commit

Permalink
[ci] fix worker build (2)
Browse files Browse the repository at this point in the history
  • Loading branch information
labo-flg committed Dec 19, 2024
1 parent 4b021b4 commit 06a7970
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 @@ -288,7 +288,7 @@ jobs:
command: |
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"
[ "$CIRCLE_TAG" = "$LATEST_SEMANTIC_VERSION" ] && TAGS="$TAGS -t opencti/worker:latest"
docker buildx build --platform $BUILDX_PLATFORMS $TAGS --push .
- slack/notify:
event: fail
Expand Down

0 comments on commit 06a7970

Please sign in to comment.