We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6316cad commit 406925aCopy full SHA for 406925a
.github/workflows/cicd.yml
@@ -61,8 +61,5 @@ jobs:
61
username: ${{ secrets.ACR_USERNAME }}
62
password: ${{ secrets.ACR_PASSWORD }}
63
64
- - name: Load Docker image
65
- run: docker load -i docker-image
66
-
67
- name: Push Docker image to Azure Container Registry
68
run: docker push ${{ secrets.ACR_REGISTRY }}/${{ secrets.ACR_REPOSITORY }}:${{ github.sha }}
0 commit comments