Skip to content

Commit 65e54e3

Browse files
authored
feat: update
1 parent 46ba934 commit 65e54e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy-esc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
uses: actions/checkout@v3
3434

3535
- name: Login Docker
36-
run:
36+
run: |
3737
docker version;
3838
# 登录阿里云镜像仓库
3939
docker login --username=${{ env.UserName }} --password=${{ secrets.Docker_Password }} ${{env.REGISTRY}}

0 commit comments

Comments
 (0)