Skip to content

Commit

Permalink
tag in the build
Browse files Browse the repository at this point in the history
  • Loading branch information
cmansfield85 committed Dec 10, 2024
1 parent bb6bed1 commit 72386e6
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,7 @@ jobs:
- run:
name: Build Docker Image
command: |
docker build . -t toolkit
- run:
name: Tag Docker Image
command: |
docker tag kennasecurity/toolkit $ARTIFACTORY_URL/cvm-toolkit-docker-local/toolkit:$CIRCLE_SHA1 $ARTIFACTORY_URL/cvm-toolkit-docker-local/toolkit:latest
docker build . -t $ARTIFACTORY_URL/cvm-toolkit-docker-local/toolkit:$CIRCLE_SHA1 -t $ARTIFACTORY_URL/cvm-toolkit-docker-local/toolkit:latest
- run:
name: Authenticate with Artifactory
command: |
Expand Down

0 comments on commit 72386e6

Please sign in to comment.