Browse Source

Update build.yml

崔庆才丨静觅 6 năm trước cách đây
mục cha
commit
d639721537
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      .github/workflows/build.yml

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

@@ -19,7 +19,7 @@ jobs:
       run: docker-compose build
     - name: Push the Docker Image
       run: docker-compose push
-    - name: Tag and Push Latest
+    - name: Tag and Push Master Version
       run: |
         docker tag germey/proxypool germey/proxypool:master
         docker push germey/proxypool:master