diff --git a/.github/workflows/prune-untagged-images.yml b/.github/workflows/prune-untagged-images.yml index dd5e8a42b..a205284d5 100644 --- a/.github/workflows/prune-untagged-images.yml +++ b/.github/workflows/prune-untagged-images.yml @@ -23,7 +23,7 @@ jobs: - met-upperair steps: - name: Delete image - uses: snok/container-retention-policy@v1.4.1 + uses: snok/container-retention-policy@v2.1.2 with: image-names: metexpress/development/${{ matrix.app }} cut-off: 1 day ago MST