Skip to content

Commit

Permalink
Add --break-system-packages to container image pruning [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
leonardehrenfried committed Oct 14, 2024
1 parent e58513f commit 8e36ae2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/prune-container-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@ jobs:
run: |
# remove all snapshot container images that have not been pulled for over a year
# --keep-semver makes sure that any image with a x.y.z version scheme is unaffected by this
pip install prune-container-repo==0.0.4
pip install prune-container-repo==0.0.4 --break-system-packages
prune-container-repo -u ${CONTAINER_REGISTRY_USER} -r ${CONTAINER_REPO} --days=365 --keep-semver --activate

0 comments on commit 8e36ae2

Please sign in to comment.