mirror of
https://github.com/logto-io/logto.git
synced 2024-12-16 20:26:19 -05:00
chore(deps): update snok/container-retention-policy action to v2 (#3133)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
3f3c3ba421
commit
794405bc1d
1 changed files with 1 additions and 1 deletions
2
.github/workflows/clean-up-images.yml
vendored
2
.github/workflows/clean-up-images.yml
vendored
|
@ -10,7 +10,7 @@ jobs:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Delete untagged images older than three days
|
- name: Delete untagged images older than three days
|
||||||
uses: snok/container-retention-policy@v1
|
uses: snok/container-retention-policy@v2
|
||||||
with:
|
with:
|
||||||
image-names: logto
|
image-names: logto
|
||||||
cut-off: Three days ago UTC
|
cut-off: Three days ago UTC
|
||||||
|
|
Loading…
Reference in a new issue