liuyuqi-dellpc 2 years ago
parent
commit
82aee9db4b
1 changed files with 1 additions and 0 deletions
  1. 1 0
      .github/workflows/build.yml

+ 1 - 0
.github/workflows/build.yml

@@ -57,6 +57,7 @@ jobs:
           docker build . -t ccr.ccs.tencentyun.com/jianboy/wordtohtml:v1.0.4
 
       - name: docker push
+        run: |
           docker push ccr.ccs.tencentyun.com/jianboy/wordtohtml:v1.0.4
           docker tag $(docker images ccr.ccs.tencentyun.com/jianboy/wordtohtml:v1.0.4 -q) ccr.ccs.tencentyun.com/jianboy/wordtohtml:latest
           docker push ccr.ccs.tencentyun.com/jianboy/wordtohtml:latest