diff --git a/.github/workflows/prune-untagged-images.yml b/.github/workflows/prune-untagged-images.yml index 8440a41c4e..992974782d 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.1.2 + uses: snok/container-retention-policy@v2.1.3 with: image-names: mats/development/${{ matrix.app }} cut-off: 1 day ago MST