We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e9e25e commit a1b12eaCopy full SHA for a1b12ea
.github/workflows/deploy-esc.yml
@@ -3,9 +3,9 @@ name: Deploy-ESC
3
4
on:
5
push: # 推送的时候触发
6
- branches: [ "master" ] # 推送的分支
+ # branches: [ "master" ] # 推送的分支
7
# Publish semver tags as releases.
8
- tags: [ 'v*.*.*' ]
+ # tags: [ 'v*.*.*' ]
9
# 手动触发部署
10
workflow_dispatch:
11
pull_request:
@@ -41,7 +41,7 @@ jobs:
41
42
- name: Login Docker
43
run: |
44
- docker version;
+ docker version
45
# 登录阿里云镜像仓库
46
docker login --username=${{ env.UserName }} --password=${{ secrets.Docker_Password }} ${{env.REGISTRY}}
47
0 commit comments