Skip to content

Commit

Permalink
enhance tag protection with regex for protected tags
Browse files Browse the repository at this point in the history
  • Loading branch information
Fovty committed May 24, 2024
1 parent 6273113 commit ab5a177
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tag-expire.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ jobs:
runs-on: ubuntu-latest
name: "expire-tags"
steps:
- uses: eumel8/expire-action@1.0.1
- uses: eumel8/expire-action@1.0.2
with:
token: ${{secrets.TAGEXPIRE}}
repo_type: org
orgname: caas-team
image_name: py-kube-downscaler
protected_tags: sha256:c7df4b1295b2b60b43cbf9116b2c53883e26c8b935b0788564207413e8fa748f
protected_tags_regex: "^(latest|dev|[0-9][0-9]\\.\\d+\\.\\d+)$"
days_treshold: 60

0 comments on commit ab5a177

Please sign in to comment.