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