Skip to content
This repository has been archived by the owner on Oct 28, 2024. It is now read-only.

Commit

Permalink
Delete untagged Docker images on schedule
Browse files Browse the repository at this point in the history
  • Loading branch information
ahosgood committed Mar 25, 2024
1 parent 162f20c commit ab507fa
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/remove-untagged.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ name: Remove untagged container images

on:
workflow_dispatch:
schedule:
- cron: "0 3 * * 1"

jobs:
remove-untagged:
Expand Down

0 comments on commit ab507fa

Please sign in to comment.