Skip to content

Commit

Permalink
Testing
Browse files Browse the repository at this point in the history
  • Loading branch information
cmansfield85 committed Dec 10, 2024
1 parent 1e8234b commit 140ab43
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,19 +19,19 @@ jobs:
- run:
name: Build Docker Image
command: |
docker build . -t kennasecurity/toolkit
docker build . -t toolkit
- run:
name: Tag Docker Image
command: |
docker tag kennasecurity/toolkit $ARTIFACTORY_URL/cvm-toolkit-docker-local/kennasecurity/toolkit:latest
docker tag kennasecurity/toolkit $ARTIFACTORY_URL/cvm-toolkit-docker-local/toolkit:$CIRCLE_SHA1
- run:
name: Authenticate with Artifactory
command: |
docker login $ARTIFACTORY_URL -u $ARTIFACTORY_USERNAME -p $ARTIFACTORY_TOKEN
- run:
name: Push Docker Image to Artifactory
command: |
docker push $ARTIFACTORY_URL/cvm-toolkit-docker-local/kennasecurity/toolkit:latest
docker push $ARTIFACTORY_URL/cvm-toolkit-docker-local/toolkit:$CIRCLE_SHA
workflows:
version: 2
build_and_deploy:
Expand Down

0 comments on commit 140ab43

Please sign in to comment.