Skip to content

Commit dba0e4f

Browse files
committed
chore: changed to daily
1 parent cc9bec0 commit dba0e4f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/clean-main-images.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Cleanup main images
22

33
on:
44
schedule:
5-
- cron: "5 * * * *"
5+
- cron: '5 1 * * *'
66
workflow_dispatch:
77

88
env:
@@ -12,7 +12,7 @@ env:
1212

1313
jobs:
1414
clean:
15-
name: "Clean main images"
15+
name: 'Clean main images'
1616
runs-on: ubuntu-latest
1717
permissions:
1818
packages: write
@@ -21,7 +21,7 @@ jobs:
2121
uses: actions/delete-package-versions@v5
2222
with:
2323
package-name: ${{ env.IMAGE_NAME }}
24-
package-type: "container"
24+
package-type: 'container'
2525
min-versions-to-keep: ${{ env.KEEP_X_IMAGES }}
2626
# Ignore any version that does NOT start with 'main-'
27-
ignore-versions: "^(?!main-).*$"
27+
ignore-versions: '^(?!main-).*$'

0 commit comments

Comments
 (0)