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 40822d7 commit ffa596dCopy full SHA for ffa596d
.github/workflows/deploy-with-docker.yml
@@ -75,16 +75,3 @@ jobs:
75
76
- name: Run Test
77
run: api/test/shell/manager_smoking.sh -s false
78
-
79
- - uses: Azure/docker-login@v1
80
- if: ${{ github.event_name == 'push' }}
81
- with:
82
- login-server: apisixacr.azurecr.cn
83
- username: ${{ secrets.REGISTRY_USERNAME }}
84
- password: ${{ secrets.REGISTRY_PASSWORD }}
85
86
- - name: Deploy
87
88
- run: |
89
- docker tag dashboard:ci apisixacr.azurecr.cn/dashboard:${{ github.sha }}
90
- docker push apisixacr.azurecr.cn/dashboard:${{ github.sha }}
0 commit comments