diff --git a/.github/workflows/prune-untagged-images.yml b/.github/workflows/prune-untagged-images.yml index 00c3cd2917..086e942698 100644 --- a/.github/workflows/prune-untagged-images.yml +++ b/.github/workflows/prune-untagged-images.yml @@ -31,7 +31,7 @@ jobs: - upperair steps: - name: Delete image - uses: snok/container-retention-policy@v2.2.1 + uses: snok/container-retention-policy@v3.1.0 with: image-names: mats/development/${{ matrix.app }} cut-off: 1 week ago MST