Skip to content

Commit a1b12ea

Browse files
authored
feat:update
1 parent 4e9e25e commit a1b12ea

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/deploy-esc.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ name: Deploy-ESC
33

44
on:
55
push: # 推送的时候触发
6-
branches: [ "master" ] # 推送的分支
6+
# branches: [ "master" ] # 推送的分支
77
# Publish semver tags as releases.
8-
tags: [ 'v*.*.*' ]
8+
# tags: [ 'v*.*.*' ]
99
# 手动触发部署
1010
workflow_dispatch:
1111
pull_request:
@@ -41,7 +41,7 @@ jobs:
4141

4242
- name: Login Docker
4343
run: |
44-
docker version;
44+
docker version
4545
# 登录阿里云镜像仓库
4646
docker login --username=${{ env.UserName }} --password=${{ secrets.Docker_Password }} ${{env.REGISTRY}}
4747

0 commit comments

Comments
 (0)