We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40ba045 commit 79e3205Copy full SHA for 79e3205
.github/workflows/dc_registry_delete_bulk.yml
@@ -1,12 +1,12 @@
1
-name: 'DC: Bulk Delete Registry Images'
+name: 'DC: Delete Registry Images (Bulk)'
2
3
on:
4
workflow_dispatch:
5
inputs:
6
delete_since_days:
7
required: false
8
type: string
9
- description: "Delete images older than the specified number of days and exit gracefully"
+ description: "Delete older than (days)"
10
default: ''
11
12
env:
0 commit comments