Skip to content

Commit

Permalink
fix(ci): push to acr once (#87)
Browse files Browse the repository at this point in the history
Co-authored-by: jumana-s <[email protected]>
  • Loading branch information
2 people authored and Wendy V Gaultier committed Jul 14, 2022
1 parent 1f0aac7 commit 6b492f8
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/build-notebookcontroller.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,6 @@ jobs:
--build-arg commit=$(git rev-parse HEAD) \
-f notebook-controller/Dockerfile
docker push ${{ env.REGISTRY_NAME }}.azurecr.io/kubeflow/notebook-controller:${{ github.sha }}
docker tag ${{ env.REGISTRY_NAME }}.azurecr.io/kubeflow/notebook-controller:${{ github.sha }} \
${{ env.REGISTRY_NAME }}.azurecr.io/kubeflow/notebook-controller:${GITHUB_REF#refs/*/}
docker push ${{ env.REGISTRY_NAME }}.azurecr.io/kubeflow/notebook-controller:${GITHUB_REF#refs/*/}
# Scan image for vulnerabilities
- uses: Azure/container-scan@v0
Expand Down

0 comments on commit 6b492f8

Please sign in to comment.