Skip to content

Commit bc40396

Browse files
committed
readme add slim tag
1 parent 7ce75db commit bc40396

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

.github/workflows/docker-images.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
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

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ pip install -r requirements.txt
5454
docker pull ghcr.io/6c656c65/pyproxy:latest
5555
docker 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

0 commit comments

Comments
 (0)