Skip to content

Commit

Permalink
github-actions: keep nightly docker images for 2 months
Browse files Browse the repository at this point in the history
Signed-off-by: Attila Szakacs <[email protected]>
  • Loading branch information
alltilla committed Mar 4, 2025
1 parent eb514ac commit 559a94d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/axosyslog-nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ jobs:
uses: actions/github-script@v7
with:
script: |
const nightliesToKeep = 30 * 2
const nightliesToKeep = 60 * 2
const nightlyTagPattern = /^[0-9.]+_git[0-9]+/
const package_name = "axosyslog"
Expand Down

0 comments on commit 559a94d

Please sign in to comment.