Explorar el Código

Update package.yml

崔庆才丨静觅 hace 6 años
padre
commit
ee20972ce7
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      .github/workflows/package.yml

+ 2 - 2
.github/workflows/package.yml

@@ -20,6 +20,6 @@ jobs:
     - name: Build the Docker Image
       run: docker-compose build
     - name: Tag the Docker Image
-      run: docker tag germey/proxypool docker.pkg.github.com/python3webspider/proxypool:master
+      run: docker tag germey/proxypool docker.pkg.github.com/python3webspider/proxypool/proxypool:master
     - name: Push the Docker Image
-      run: docker push docker.pkg.github.com/python3webspider/proxypool:master
+      run: docker push docker.pkg.github.com/python3webspider/proxypool/proxypool:master