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