Skip to content

Commit

Permalink
[CircleCI] Add Ipsum in CI for build_1 (#3304)
Browse files Browse the repository at this point in the history
  • Loading branch information
helene-nguyen authored Jan 17, 2025
1 parent 185d380 commit d200c5e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -392,6 +392,10 @@ jobs:
working_directory: ~/opencti/external-import/tenable-security-center
name: Build Docker image opencti/connector-tenable-security-center
command: docker build -t opencti/connector-tenable-security-center:latest . && docker tag opencti/connector-tenable-security-center:latest opencti/connector-tenable-security-center:${CIRCLE_TAG}
- run:
working_directory: ~/opencti/external-import/ipsum
name: Build Docker image opencti/connector-ipsum
command: docker build -t opencti/connector-ipsum:latest . && docker tag opencti/connector-ipsum:latest opencti/connector-ipsum:${CIRCLE_TAG}
- run:
name: Publish Docker Image to Docker Hub
command: |
Expand Down

0 comments on commit d200c5e

Please sign in to comment.