We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c7ed76 commit 2751a09Copy full SHA for 2751a09
.github/workflows/cd.yml
@@ -146,4 +146,8 @@ jobs:
146
pip install --requirement scripts/prune/requirements.txt
147
148
- name: Prune old images
149
+ env:
150
+ GHCR_TOKEN: ${{ secrets.GHCR_TOKEN }}
151
+ DOCKER_USERNAME: ${{ secrets.DOCKER_USERNAME }}
152
+ DOCKER_PASSWORD: ${{ secrets.DOCKER_PASSWORD }}
153
run: python scripts/prune/main.py --container ${{ env.IMAGE_NAME }} --registry all --keep-latest 25 --verbose
0 commit comments