Skip to content

Commit

Permalink
add tag expire workflow
Browse files Browse the repository at this point in the history
Signed-off-by: Frank Kloeker <[email protected]>
  • Loading branch information
eumel8 committed May 24, 2024
1 parent 00be0b4 commit cb6d0d5
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/tag-expire.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# https://github.com/marketplace/actions/expire-action
on:
schedule:
- cron: "10 6 * * *"

name: Expire container tags

jobs:
expire-tags:
runs-on: ubuntu-latest
name: "expire-tags"
steps:
- uses: eumel8/[email protected]
with:
token: ${{secrets.TAGEXPIRE}}
repo_type: org
orgname: caas-team
image_name: py-kube-downscaler
days_treshold: 60

0 comments on commit cb6d0d5

Please sign in to comment.