File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5151
5252 - name : Push Docker image
5353 run : |
54- docker push ghcr.io/${{ env.REPO_OWNER }}/pyproxy:${{ env.VERSION }}
55- docker push ghcr.io/${{ env.REPO_OWNER }}/pyproxy:latest
5654 docker push ghcr.io/${{ env.REPO_OWNER }}/pyproxy:${{ env.VERSION }}-slim
57- docker push ghcr.io/${{ env.REPO_OWNER }}/pyproxy:latest-slim
55+ docker push ghcr.io/${{ env.REPO_OWNER }}/pyproxy:latest-slim
56+ docker push ghcr.io/${{ env.REPO_OWNER }}/pyproxy:${{ env.VERSION }}
57+ docker push ghcr.io/${{ env.REPO_OWNER }}/pyproxy:latest
Original file line number Diff line number Diff line change @@ -54,6 +54,7 @@ pip install -r requirements.txt
5454docker pull ghcr.io/6c656c65/pyproxy:latest
5555docker run -d ghcr.io/6c656c65/pyproxy:latest
5656```
57+ You can use slim images by adding ` -slim ` to the end of the tags
5758
5859## 🚀 ** Usage**
5960
You can’t perform that action at this time.
0 commit comments