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 724b3b4Copy full SHA for 724b3b4
.github/workflows/container-maintenance.yml
@@ -10,7 +10,7 @@ concurrency:
10
group: ${{ github.workflow }}
11
12
permissions:
13
- packages: write
+ packages: admin
14
15
jobs:
16
cleanup-container-tags:
@@ -41,6 +41,7 @@ jobs:
41
run: |
42
# Fail step if any command fails
43
set -euo pipefail
44
+ skopeo login ghcr.io/${{ github.repository_owner }}
45
skopeo list-tags docker://${{ github.repository }} | jq --raw-output '.Tags[]' > tags
46
- name: Get latest release and rc tags
47
0 commit comments