Skip to content

Commit

Permalink
add protected tags in 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 cb6d0d5 commit bec6bfc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/tag-expire.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,11 @@ jobs:
runs-on: ubuntu-latest
name: "expire-tags"
steps:
- uses: eumel8/[email protected].0
- uses: eumel8/[email protected].1
with:
token: ${{secrets.TAGEXPIRE}}
repo_type: org
orgname: caas-team
image_name: py-kube-downscaler
protected_tags: latest,24.5.2,24.5.0,24.4.0
days_treshold: 60

0 comments on commit bec6bfc

Please sign in to comment.