Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

circle config to push to devhub artifactory #565

Merged
merged 7 commits into from
Jan 14, 2025
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
multi tag!
  • Loading branch information
cmansfield85 committed Dec 10, 2024
commit bb6bed1126714e2e66630b57e4a580f433dc3c09
5 changes: 3 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@ jobs:
- run:
name: Build Docker Image
command: |
docker build . -t toolkit:latest
docker build . -t toolkit
- run:
name: Tag Docker Image
command: |
docker tag kennasecurity/toolkit $ARTIFACTORY_URL/cvm-toolkit-docker-local/toolkit:$CIRCLE_SHA1
docker tag kennasecurity/toolkit $ARTIFACTORY_URL/cvm-toolkit-docker-local/toolkit:$CIRCLE_SHA1 $ARTIFACTORY_URL/cvm-toolkit-docker-local/toolkit:latest
- run:
name: Authenticate with Artifactory
command: |
Expand All @@ -42,4 +42,5 @@ workflows:
filters:
branches:
only:
- main
- cmans/artifactory-upload
Loading