崔庆才丨静觅 6 жил өмнө
parent
commit
cd5c37a26c

+ 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
+