Skip to content

Commit

Permalink
Put back Multiarch and disable docker cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
gcaracuel committed Nov 28, 2023
1 parent 363528a commit 393107a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/cleanup.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: Github Container Registry cleanup tasks
on:
# On demand || Each 10 days
# On demand
workflow_dispatch:
schedule:
- cron: '0 0 */10 * *'
# schedule:
# - cron: '0 0 */10 * *'
jobs:
cleanup-docker:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 393107a

Please sign in to comment.