Skip to content

Commit

Permalink
add scruffy
Browse files Browse the repository at this point in the history
Signed-off-by: André Martins <andre@cilium.io>
  • Loading branch information
aanm committed Oct 14, 2021
1 parent 2eb7a22 commit 07e8b53
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .github/workflows/ci-images-garbage-collect.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
name: Scruffy
on:
workflow_dispatch:
schedule:
# Run the GC every monday at 9am
- cron: "0 9 * * 1"

permissions: read-all

jobs:
scruffy:
# if: github.repository == '<my-org>/<my-repo>'
name: scruffy
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v1
- uses: docker://quay.io/cilium/scruffy:v0.0.1
with:
entrypoint: scruffy
args: --git-repository=./ --repositories=operator-ci
env:
QUAY_TOKEN: ${{ secrets.QUAY_TOKEN }}

0 comments on commit 07e8b53

Please sign in to comment.