We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 38efa56 commit a4ff034Copy full SHA for a4ff034
.github/workflows/container-maintenance.yml
@@ -19,11 +19,12 @@ jobs:
19
- name: Delete PR and untagged images older than 2 weeks
20
uses: snok/[email protected]
21
with:
22
- account: ${{ github.actor }}
+ account: ${{ github.repository_owner }}
23
token: ${{ github.token }}
24
image-names: ${{ github.event.repository.name }}
25
image-tags: "pr-*"
26
cut-off: 2w
27
+ rust-log: container_retention_policy=debug
28
dry-run: true
29
30
push-container-tags:
0 commit comments