Skip to content

Commit 917db8a

Browse files
committed
fix(studio-bridge): use humantime format for container retention cut-off
snok/container-retention-policy v3.0.0 uses Rust humantime crate, not the old "30 days ago UTC" format.
1 parent e459dca commit 917db8a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/studio-linux-docker-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,5 +104,5 @@ jobs:
104104
account: quenty
105105
token: ${{ secrets.GITHUB_TOKEN }}
106106
image-names: nevermore-studio-linux
107-
cut-off: 30 days ago UTC
107+
cut-off: 30d
108108
keep-n-most-recent: 5

0 commit comments

Comments
 (0)