Skip to content

Workflow file for this run

name: Clean old Docker images
on:
schedule:
- cron: '0 7 * * 1' # Every monday at 7am
workflow_dispatch: # Allow triggering this pipeline manually