Fix test runner

This commit is contained in:
Greyscale 2024-05-19 03:44:37 +02:00
parent db4ee8e0f2
commit f37f710bdf
No known key found for this signature in database
GPG key ID: 74BAFF55434DA4B2

View file

@ -23,8 +23,9 @@ jobs:
token: ${{ secrets.GITHUB_TOKEN }}
organization: ${{ github.repository_owner }}
container: bouncer
dry-run: false
prune-tags-regexp: ^build-${{ github.sha }}$
dry-run: true
prune-tags-regexes: |
^build-${{ github.sha }}$
cleanup-untagged-images:
name: Delete untagged images
runs-on: ubuntu-latest
@ -35,7 +36,7 @@ jobs:
token: ${{ secrets.GITHUB_TOKEN }}
organization: ${{ github.repository_owner }}
container: bouncer
dry-run: false
dry-run: true
keep-younger-than: 7 # days
keep-last: 2
prune-untagged: true