There was an error while loading. Please reload this page.
1 parent 7b22d11 commit 857ea36Copy full SHA for 857ea36
1 file changed
.github/workflows/build_docker_image.yml
@@ -61,7 +61,7 @@ jobs:
61
docker run --rm --entrypoint "/alexia/scripts/run_tests.sh" ghcr.io/inter-actief/alexia@${{ steps.push.outputs.digest }}
62
63
- name: Cleanup untagged images older than 1 week
64
- uses: snok/container-retention-policy@v3.1.0
+ uses: snok/container-retention-policy@v2
65
with:
66
image-names: alexia
67
cut-off: 1 week ago UTC
@@ -72,7 +72,7 @@ jobs:
72
untagged-only: true
73
74
- name: Cleanup tagged images (except main and production) older than 1 month
75
76
77
78
cut-off: 1 month ago UTC
0 commit comments