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 e58513f commit 8e36ae2Copy full SHA for 8e36ae2
.github/workflows/prune-container-images.yml
@@ -18,5 +18,5 @@ jobs:
18
run: |
19
# remove all snapshot container images that have not been pulled for over a year
20
# --keep-semver makes sure that any image with a x.y.z version scheme is unaffected by this
21
- pip install prune-container-repo==0.0.4
+ pip install prune-container-repo==0.0.4 --break-system-packages
22
prune-container-repo -u ${CONTAINER_REGISTRY_USER} -r ${CONTAINER_REPO} --days=365 --keep-semver --activate
0 commit comments