Skip to content

Commit 857ea36

Browse files
committed
keep snok/container-retention-policy to v2
1 parent 7b22d11 commit 857ea36

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build_docker_image.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
docker run --rm --entrypoint "/alexia/scripts/run_tests.sh" ghcr.io/inter-actief/alexia@${{ steps.push.outputs.digest }}
6262
6363
- name: Cleanup untagged images older than 1 week
64-
uses: snok/container-retention-policy@v3.1.0
64+
uses: snok/container-retention-policy@v2
6565
with:
6666
image-names: alexia
6767
cut-off: 1 week ago UTC
@@ -72,7 +72,7 @@ jobs:
7272
untagged-only: true
7373

7474
- name: Cleanup tagged images (except main and production) older than 1 month
75-
uses: snok/container-retention-policy@v3.1.0
75+
uses: snok/container-retention-policy@v2
7676
with:
7777
image-names: alexia
7878
cut-off: 1 month ago UTC

0 commit comments

Comments
 (0)