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 d500ff4Copy full SHA for d500ff4
.github/workflows/container-maintenance.yml
@@ -19,7 +19,7 @@ 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-*"
@@ -34,7 +34,7 @@ jobs:
34
- name: Log into ghcr.io
35
uses: redhat-actions/podman-login@v1
36
37
- username: ${{ github.actor }}
+ username: ${{ github.repository_owner }}
38
password: ${{ github.token }}
39
registry: ghcr.io/${{ github.repository_owner }}
40
- name: Get list of tags
0 commit comments