Skip to content

Commit

Permalink
path
Browse files Browse the repository at this point in the history
  • Loading branch information
abhijeetkaurav1st committed Nov 29, 2023
1 parent d274605 commit 9022308
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-new.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ jobs:
if: ${{ github.event_name == 'push' && github.repository == 'nutanix/calm-dsl' && matrix.python-version == '3.7'}}
run: |
export DOCKER_TLS_VERIFY=0
export DOCKER_CERT_PATH=/home/ubuntu/certs/
docker login ${{ secrets.JFROG_REGISTRY }} -u ${{ secrets.JFROG_USERNAME }} -p ${{ secrets.JFROG_PASSWORD }}
docker tag ntnx/calm-dsl:latest ${{ secrets.JFROG_REGISTRY }}/calm-dsl/ntnx_calm_dsl:unsigned_101
docker push ${{ secrets.JFROG_REGISTRY }}/calm-dsl/ntnx_calm_dsl:unsigned_101

0 comments on commit 9022308

Please sign in to comment.