崔庆才丨静觅 6 anni fa
parent
commit
cd5c37a26c
1 ha cambiato i file con 5 aggiunte e 0 eliminazioni
  1. 5 0
      .github/workflows/build.yml

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

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