Skip to content

Commit a4ff034

Browse files
committed
Use repo scope
1 parent 38efa56 commit a4ff034

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/container-maintenance.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,12 @@ jobs:
1919
- name: Delete PR and untagged images older than 2 weeks
2020
uses: snok/[email protected]
2121
with:
22-
account: ${{ github.actor }}
22+
account: ${{ github.repository_owner }}
2323
token: ${{ github.token }}
2424
image-names: ${{ github.event.repository.name }}
2525
image-tags: "pr-*"
2626
cut-off: 2w
27+
rust-log: container_retention_policy=debug
2728
dry-run: true
2829

2930
push-container-tags:

0 commit comments

Comments
 (0)