mirror of
https://github.com/sysadminsmedia/homebox.git
synced 2026-01-05 04:15:25 +01:00
Update cutoff
Some checks failed
Docker publish rootless / build (linux/amd64) (push) Waiting to run
Docker publish rootless / build (linux/arm/v7) (push) Waiting to run
Docker publish rootless / build (linux/arm64) (push) Waiting to run
Docker publish rootless / merge (push) Blocked by required conditions
Update Currencies / update-currencies (push) Waiting to run
Docker publish / build (linux/amd64) (push) Has been cancelled
Docker publish / build (linux/arm/v7) (push) Has been cancelled
Docker publish / build (linux/arm64) (push) Has been cancelled
Docker publish / merge (push) Has been cancelled
Some checks failed
Docker publish rootless / build (linux/amd64) (push) Waiting to run
Docker publish rootless / build (linux/arm/v7) (push) Waiting to run
Docker publish rootless / build (linux/arm64) (push) Waiting to run
Docker publish rootless / merge (push) Blocked by required conditions
Update Currencies / update-currencies (push) Waiting to run
Docker publish / build (linux/amd64) (push) Has been cancelled
Docker publish / build (linux/arm/v7) (push) Has been cancelled
Docker publish / build (linux/arm64) (push) Has been cancelled
Docker publish / merge (push) Has been cancelled
This commit is contained in:
@@ -25,7 +25,7 @@ jobs:
|
||||
# Image name to delete. Supports passing several names as a comma-separated list.
|
||||
image-names: homebox
|
||||
# The cut-off for which to delete images older than. For example '2 days ago UTC'. Timezone is required.
|
||||
cut-off: 90 days ago UTC
|
||||
cut-off: 90d
|
||||
# Personal access token with read and delete scopes.
|
||||
token: ${{ secrets.CLEANUP_PAT }}
|
||||
# Restrict deletions to images without specific tags. Supports Unix-shell style wildcards
|
||||
@@ -45,7 +45,7 @@ jobs:
|
||||
account: sysadminsmedia
|
||||
image-names: devcache
|
||||
# The cut-off for which to delete images older than. For example '2 days ago UTC'. Timezone is required.
|
||||
cut-off: 90 days ago UTC
|
||||
cut-off: 90d
|
||||
# Personal access token with read and delete scopes.
|
||||
token: ${{ secrets.CLEANUP_PAT }}
|
||||
# Do not actually delete images. Print output showing what would have been deleted.
|
||||
|
||||
Reference in New Issue
Block a user