Explorar el Código

Update build.yml

崔庆才丨静觅 hace 6 años
padre
commit
d639721537
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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