Skip to content

Commit

Permalink
Testing circle context
Browse files Browse the repository at this point in the history
  • Loading branch information
cmansfield85 committed Dec 10, 2024
1 parent 428d2b3 commit 8c0f63d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,15 +23,15 @@ jobs:
- run:
name: Tag Docker Image
command: |
docker tag kennasecurity/viper $ARTIFACTORY_URL/cvm-viper-docker-local/kennasecurity/viper:latest
docker tag kennasecurity/viper artifactory.devhub-cloud.cisco.com/cvm-viper-docker-local/kennasecurity/viper:latest
- 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-viper-docker-local/kennasecurity/viper:latest
docker push artifactory.devhub-cloud.cisco.com/cvm-viper-docker-local/kennasecurity/viper:latest
workflows:
version: 2
build_and_deploy:
Expand Down

0 comments on commit 8c0f63d

Please sign in to comment.