Skip to content

Commit ffa596d

Browse files
nic-chenjohzchen
andauthored
chore: remove push docker image to demo env (#2251)
Co-authored-by: nic-chen <[email protected]>
1 parent 40822d7 commit ffa596d

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

.github/workflows/deploy-with-docker.yml

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -75,16 +75,3 @@ jobs:
7575
7676
- name: Run Test
7777
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-
if: ${{ github.event_name == 'push' }}
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

Comments
 (0)