Skip to content

Commit 724b3b4

Browse files
committed
test
1 parent 38efa56 commit 724b3b4

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
@@ -10,7 +10,7 @@ concurrency:
1010
group: ${{ github.workflow }}
1111

1212
permissions:
13-
packages: write
13+
packages: admin
1414

1515
jobs:
1616
cleanup-container-tags:
@@ -41,6 +41,7 @@ jobs:
4141
run: |
4242
# Fail step if any command fails
4343
set -euo pipefail
44+
skopeo login ghcr.io/${{ github.repository_owner }}
4445
skopeo list-tags docker://${{ github.repository }} | jq --raw-output '.Tags[]' > tags
4546
- name: Get latest release and rc tags
4647
run: |

0 commit comments

Comments
 (0)