Skip to content

Commit 8e36ae2

Browse files
Add --break-system-packages to container image pruning [ci skip]
1 parent e58513f commit 8e36ae2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/prune-container-images.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,5 @@ jobs:
1818
run: |
1919
# remove all snapshot container images that have not been pulled for over a year
2020
# --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
21+
pip install prune-container-repo==0.0.4 --break-system-packages
2222
prune-container-repo -u ${CONTAINER_REGISTRY_USER} -r ${CONTAINER_REPO} --days=365 --keep-semver --activate

0 commit comments

Comments
 (0)