Skip to content

Commit 406925a

Browse files
committed
remove unnecessary job
1 parent 6316cad commit 406925a

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/cicd.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,5 @@ jobs:
6161
username: ${{ secrets.ACR_USERNAME }}
6262
password: ${{ secrets.ACR_PASSWORD }}
6363

64-
- name: Load Docker image
65-
run: docker load -i docker-image
66-
6764
- name: Push Docker image to Azure Container Registry
6865
run: docker push ${{ secrets.ACR_REGISTRY }}/${{ secrets.ACR_REPOSITORY }}:${{ github.sha }}

0 commit comments

Comments
 (0)